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