toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (anonymous != null) 'anonymous': anonymous!,
      if (clientId != null) 'clientId': clientId!,
      if (displayText != null) 'displayText': displayText!,
      if (etag != null) 'etag': etag!,
      if (kind != null) 'kind': kind!,
      if (nativeApp != null) 'nativeApp': nativeApp!,
      if (scopes != null) 'scopes': scopes!,
      if (userKey != null) 'userKey': userKey!,
    };