isJson property

bool get isJson
inherited

True if rawData is a JSON object.

e.g. { 'key0', 'value0', ... };

Implementation

bool get isJson => rawData is Map;