WireProperties_BandwidthAllocation.fromJson constructor

WireProperties_BandwidthAllocation.fromJson(
  1. Object? json
)

Implementation

factory WireProperties_BandwidthAllocation.fromJson(Object? json) =>
    WireProperties_BandwidthAllocation(json as String);