hasMapData property

bool get hasMapData

Returns true if the data is a map

Implementation

bool get hasMapData => data is Map;