toJson method

  1. @override
Object toJson()

Implementation

@override
Object toJson() => {
  if (arpCaches.isNotDefault)
    'arpCaches': [for (final i in arpCaches) i.toJson()],
  'circuitId': ?circuitId,
  'googleDemarc': ?googleDemarc,
  'lacpStatus': ?lacpStatus?.toJson(),
  'macsec': ?macsec?.toJson(),
  'operationalStatus': ?operationalStatus,
  'receivingOpticalPower': ?receivingOpticalPower?.toJson(),
  'transmittingOpticalPower': ?transmittingOpticalPower?.toJson(),
};