toJson method

Map<String, dynamic> toJson()

Implementation

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