WireProperties.fromJson constructor

WireProperties.fromJson(
  1. 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?,
    );