toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final arpCaches = this.arpCaches;
  final bundleAggregationType = this.bundleAggregationType;
  final bundleOperationalStatus = this.bundleOperationalStatus;
  final links = this.links;
  final macAddress = this.macAddress;
  return {
    'arpCaches': ?arpCaches,
    'bundleAggregationType': ?bundleAggregationType,
    'bundleOperationalStatus': ?bundleOperationalStatus,
    'links': ?links,
    'macAddress': ?macAddress,
  };
}