WireProperties.fromJson constructor
WireProperties.fromJson(
- Map json_
Implementation
WireProperties.fromJson(core.Map json_)
: this(
bandwidthAllocation: json_['bandwidthAllocation'] as core.String?,
bandwidthUnmetered: json_['bandwidthUnmetered'] as core.String?,
faultResponse: json_['faultResponse'] as core.String?,
);