toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (containerImage != null) 'containerImage': containerImage!,
      if (properties != null) 'properties': properties!,
      if (repositoryConfig != null) 'repositoryConfig': repositoryConfig!,
      if (version != null) 'version': version!,
    };