isJsonMapCollection property
bool
get
isJsonMapCollection
Checks if the given this
is of type JsonMapCollection.
Implementation
bool get isJsonMapCollection => equals(JsonMapCollection);
Checks if the given this
is of type JsonMapCollection.
bool get isJsonMapCollection => equals(JsonMapCollection);