WireGroupTopologyEndpoint.fromJson constructor

WireGroupTopologyEndpoint.fromJson(
  1. Map json_
)

Implementation

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