Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'code'] = this.code; json[r'type'] = this.type; json[r'total'] = this.total; json[r'rewards'] = this.rewards; return json; }