DateResult<T> class
Represents the result of the date extraction. Contains the extracted date, along with additional date information.
Constructors
-
DateResult.new(Map<
String, dynamic> nativeDateResult) - Represents the result of the date extraction. Contains the extracted date, along with additional date information.
Properties
- date ↔ Date?
-
The extracted date information.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFilledByDomainKnowledge ↔ bool?
-
Indicates that date does not appear on the document but is filled by our internal domain knowledge.
getter/setter pair
- originalString ↔ T?
-
Original string representation of the date which has been extracted.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- successfullyParsed ↔ bool?
-
Indicates whether date was successfully parsed.
getter/setter pair
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