isJson property

bool get isJson

Returns true if this Json Feature

Implementation

bool get isJson => this is Feature<Map<String, dynamic>>;