toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (bucket != null) 'bucket': bucket!,
  if (domain != null) 'domain': domain!,
  if (email != null) 'email': email!,
  if (entity != null) 'entity': entity!,
  if (entityId != null) 'entityId': entityId!,
  if (etag != null) 'etag': etag!,
  if (id != null) 'id': id!,
  if (kind != null) 'kind': kind!,
  if (projectTeam != null) 'projectTeam': projectTeam!,
  if (role != null) 'role': role!,
  if (selfLink != null) 'selfLink': selfLink!,
};