core.Map<core.String, core.dynamic> toJson() => { if (imageFamily != null) 'imageFamily': imageFamily!, if (imageName != null) 'imageName': imageName!, if (project != null) 'project': project!, };