valueAsString property

  1. @optional
String? valueAsString
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
  • Pointer (the native address, e.g. "0x7f00abcd1234")

Implementation

@optional
String? valueAsString;