core.Map<core.String, core.dynamic> toJson() => { if (labels != null) 'labels': labels!, if (name != null) 'name': name!, if (uid != null) 'uid': uid!, };