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