toJson method
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!,
};