toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (exportJobState != null) 'exportJobState': exportJobState!,
      if (exportedImageDigest != null)
        'exportedImageDigest': exportedImageDigest!,
      if (status != null) 'status': status!,
      if (tag != null) 'tag': tag!,
    };