valueAsString property
getter/setter pair
The value of this instance as a string.
Provided for the instance kinds:
- Null (null)
- Bool (true or false)
- Double (suitable for passing to Double.parse())
- Int (suitable for passing to int.parse())
- String (value may be truncated)
- Float32x4
- Float64x2
- Int32x4
- StackTrace
Implementation
@optional
String? valueAsString;