isJsonMapCollection property

bool get isJsonMapCollection

Checks if the given this is of type JsonMapCollection.

Implementation

bool get isJsonMapCollection => equals(JsonMapCollection);