toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (adminClusterMembership != null)
        'adminClusterMembership': adminClusterMembership!,
      if (bareMetalClusterId != null)
        'bareMetalClusterId': bareMetalClusterId!,
      if (localName != null) 'localName': localName!,
    };