isJson property
bool
get
isJson
Returns true if this Json Feature
Implementation
bool get isJson => this is Feature<Map<String, dynamic>>;
Returns true if this Json Feature
bool get isJson => this is Feature<Map<String, dynamic>>;