isJsonString property
bool
get
isJsonString
Checks if the given this
is of type JsonString.
Implementation
bool get isJsonString => equals(JsonString);
Checks if the given this
is of type JsonString.
bool get isJsonString => equals(JsonString);