JsonObject.from constructor
Constructs a JsonObject from a json
map.
The json
map is deep cloned to an unmodifiable copy.
Implementation
JsonObject.from(Map<String, dynamic>? json) : this._(_clone(json));
Constructs a JsonObject from a json
map.
The json
map is deep cloned to an unmodifiable copy.
JsonObject.from(Map<String, dynamic>? json) : this._(_clone(json));