toString

open override fun toString(): String

Converts the @provider into a string representation in CSS format.

Using method@Gtk.CssProvider.load_from_string with the return value from this function on a new provider created with ctor@Gtk.CssProvider.new will basically create a duplicate of this @provider.

Return

a new string representing the @provider.