ParamParser<T> class abstract

Base class for parsers that inject a key-value pair into the ParseContext

Inheritance
Implementers

Constructors

ParamParser(String key)
const
ParamParser.withFunction({required String key, required ValueParser parser})
Creates a user define ParamParser
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
The key by which the injected value of a parameter can be exctracted from ParseContext.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(ParseContext context, String source) ParseParamResult
Handles the actual parsing logic
override
toString() String
A string representation of this object.
override

Operators

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