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