isJsonMap property

bool get isJsonMap

Checks if the given this is of type JsonMap.

Implementation

bool get isJsonMap => equals(JsonMap);