isString property
bool
get
isString
True if this value is stored as a String
.
Even if false is returned it might be possible to access value as String.
Implementation
bool get isString;
True if this value is stored as a String
.
Even if false is returned it might be possible to access value as String.
bool get isString;