toJson method

Map<String, dynamic> toJson()

Implementation

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