toJson method

Map<String, dynamic> toJson()

Implementation

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