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