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;
}
If true, the value is valid for encoding JSON data (json or jsonParsed).
bool get isJson {
  return this == AccountEncoding.jsonParsed;
}