isMap property

bool get isMap

Return true iff this JSON value is a Map.

Implementation

bool get isMap => value is Map<String, Json>;