toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (apiKeyId != null) 'apiKeyId': apiKeyId!,
if (appId != null) 'appId': appId!,
if (appUrls != null) 'appUrls': appUrls!,
if (displayName != null) 'displayName': displayName!,
if (etag != null) 'etag': etag!,
if (expireTime != null) 'expireTime': expireTime!,
if (name != null) 'name': name!,
if (projectId != null) 'projectId': projectId!,
if (state != null) 'state': state!,
if (webId != null) 'webId': webId!,
};