Json.fromMap constructor

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

Create a JSON value containing the given value.

Implementation

const Json.fromMap(Map<String, Json> this.value);