toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final scopes = this.scopes;
  final systemProviderId = this.systemProviderId;
  return {'scopes': ?scopes, 'systemProviderId': ?systemProviderId};
}