asMap property

Map<String, Json> get asMap

Get the Map value of this JSON value, throw if other type.

Implementation

Map<String, Json> get asMap => value as Map<String, Json>;