HttpParserOptions.fromJson constructor

HttpParserOptions.fromJson(
  1. String source
)

Implementation

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