toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (clusters != null) 'clusters': clusters!,
      if (instance != null) 'instance': instance!,
      if (instanceId != null) 'instanceId': instanceId!,
      if (parent != null) 'parent': parent!,
    };