IntParser class

A SegmentParser that matches an integer and injects it into the ParseContext

Inheritance

Constructors

IntParser(String key)
const

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.
finalinherited
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.
inherited

Operators

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