toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final imageFamily = this.imageFamily;
final imageName = this.imageName;
final project = this.project;
return {
'imageFamily': ?imageFamily,
'imageName': ?imageName,
'project': ?project,
};
}