ParserConfig class

The configuration for the parser.

It determines how the server parses the messages.

Constructors

ParserConfig({bool? allowNullHeader, SchemaPackage? schema, String? segmentTerminator, String? version})
ParserConfig.fromJson(Map json_)

Properties

allowNullHeader bool?
Determines whether messages with no header are allowed.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema SchemaPackage?
Schemas used to parse messages in this store, if schematized parsing is desired.
getter/setter pair
segmentTerminator String?
Byte(s) to use as the segment terminator.
getter/setter pair
segmentTerminatorAsBytes List<int>
getter/setter pair
version String?
Determines the version of both the default parser to be used when schema is not given, as well as the schematized parser used when schema is specified.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited