valueAsString property

  1. @optional
  2. @override
String? valueAsString
getter/setter pairoverride

The value of this instance as a string.

Provided for the instance kinds:

  • Bool (true or false)
  • Double (suitable for passing to Double.parse())
  • Int (suitable for passing to int.parse())
  • String (value may be truncated)
  • StackTrace

Implementation

@optional
@override
String? valueAsString;