Environment.fromJson constructor
Environment.fromJson(
- Map json_
Implementation
Environment.fromJson(core.Map json_)
: this(type: json_['type'] as core.String?);
Environment.fromJson(core.Map json_)
: this(type: json_['type'] as core.String?);