valueAsString property Null safety
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
String? valueAsString;