| Index: pkg/http/lib/src/base_request.dart
|
| diff --git a/pkg/http/lib/src/base_request.dart b/pkg/http/lib/src/base_request.dart
|
| index 943f1f6d7752bf6fa405d62eba442e381f788ce4..ffff471f123385aac5858383bb94fd6b142444db 100644
|
| --- a/pkg/http/lib/src/base_request.dart
|
| +++ b/pkg/http/lib/src/base_request.dart
|
| @@ -82,7 +82,7 @@ abstract class BaseRequest {
|
|
|
| /// Creates a new HTTP request.
|
| BaseRequest(this.method, this.url)
|
| - : headers = {};
|
| + : headers = <String, String>{};
|
|
|
| /// Finalizes the HTTP request in preparation for it being sent. This freezes
|
| /// all mutable fields and returns a single-subscription [ByteStream] that
|
|
|