toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final anonymous = this.anonymous;
final clientId = this.clientId;
final displayText = this.displayText;
final etag = this.etag;
final kind = this.kind;
final nativeApp = this.nativeApp;
final scopes = this.scopes;
final userKey = this.userKey;
return {
'anonymous': ?anonymous,
'clientId': ?clientId,
'displayText': ?displayText,
'etag': ?etag,
'kind': ?kind,
'nativeApp': ?nativeApp,
'scopes': ?scopes,
'userKey': ?userKey,
};
}