isJson property

bool get isJson

If true, the value is valid for encoding JSON data (json or jsonParsed).

Implementation

bool get isJson {
  return this == AccountEncoding.jsonParsed;
}