in lib/src/base_request.dart [149:152]
void _checkFinalized() { if (!finalized) return; throw StateError("Can't modify a finalized Request."); }