toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final json = <String, dynamic>{};
  json[r'access'] = this.access;
  json[r'refresh'] = this.refresh;
  return json;
}