InterconnectAttachment_Bandwidth.fromJson constructor

InterconnectAttachment_Bandwidth.fromJson(
  1. Object? json
)

Implementation

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