Json.map constructor

const Json.map(
  1. Map<String, Json> value
)

Implementation

const factory Json.map(Map<String, Json> value) = JsonMap;