WireGroupTopologyEndpoint.fromJson constructor
WireGroupTopologyEndpoint.fromJson(
- Map json_
Implementation
WireGroupTopologyEndpoint.fromJson(core.Map json_)
: this(
city: json_['city'] as core.String?,
label: json_['label'] as core.String?,
);