ParseInfo class

ParseInfo handles parse information for each type of date format supported

Constructors

ParseInfo(String label, RegExp rgx, String format, {ParserCallback? cb, FormatterCallback? fcb})
ParseInfo constructor

Properties

cb ParserCallback?
Callback used to parse the string if the regular expression matches
getter/setter pair
fcb FormatterCallback?
Callback used to preformat the date string value before send to the parser
getter/setter pair
format String
Final format used to try to parse the string
final
hashCode int
The hash code for this object.
no setterinherited
label String
Friendly name of the parser. For debug purpose only
final
rgx RegExp
Regular expression to find the date format
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
toString() String
A string representation of this object.
inherited

Operators

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