toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (description != null) 'description': description!,
if (disabled != null) 'disabled': disabled!,
if (displayName != null) 'displayName': displayName!,
if (email != null) 'email': email!,
if (etag != null) 'etag': etag!,
if (name != null) 'name': name!,
if (oauth2ClientId != null) 'oauth2ClientId': oauth2ClientId!,
if (projectId != null) 'projectId': projectId!,
if (uniqueId != null) 'uniqueId': uniqueId!,
};