toString method

String toString()
override

Returns a string representation of this.

Note that this is equivalent to calling inspect() on the value, and thus won't reflect the user's output settings. toCssString should be used instead to convert this to CSS.

Implementation

String toString() => serializeValue(this, inspect: true);