toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (arpCaches != null) 'arpCaches': arpCaches!,
      if (bundleAggregationType != null)
        'bundleAggregationType': bundleAggregationType!,
      if (bundleOperationalStatus != null)
        'bundleOperationalStatus': bundleOperationalStatus!,
      if (links != null) 'links': links!,
      if (macAddress != null) 'macAddress': macAddress!,
    };