toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (apiKeyId != null) 'apiKeyId': apiKeyId!,
if (appId != null) 'appId': appId!,
if (appStoreId != null) 'appStoreId': appStoreId!,
if (bundleId != null) 'bundleId': bundleId!,
if (displayName != null) 'displayName': displayName!,
if (name != null) 'name': name!,
if (projectId != null) 'projectId': projectId!,
if (teamId != null) 'teamId': teamId!,
};