HttpParserOptions.fromJson constructor
HttpParserOptions.fromJson(
- String source
Implementation
factory HttpParserOptions.fromJson(String source) =>
HttpParserOptions.fromMap(json.decode(source) as Map<String, dynamic>);