toJson method

Map<String, dynamic> toJson()

Implementation

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