toJson method

Map<String, dynamic> toJson()

Implementation

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