isJsonString property

bool get isJsonString

Checks if the given this is of type JsonString.

Implementation

bool get isJsonString => equals(JsonString);