NetworkRequest.http constructor Null safety
Implementation
const factory NetworkRequest.http({
required String url,
@Default({}) Map<String, String> headers,
String? method,
String? bodyText,
List<int>? bodyBytes,
Map<String, Object>? bodyMap,
@Default(false) bool streamedResponse,
}) = NetworkHttpRequest;