toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (etag != null) 'etag': etag!,
  if (height != null) 'height': height!,
  if (id != null) 'id': id!,
  if (kind != null) 'kind': kind!,
  if (mimeType != null) 'mimeType': mimeType!,
  if (photoData != null) 'photoData': photoData!,
  if (primaryEmail != null) 'primaryEmail': primaryEmail!,
  if (width != null) 'width': width!,
};