UICDetailsExtractor class
Extracts details of UIC numbers.
- Implemented types
Constructors
- UICDetailsExtractor({UICDetectionMode? uicDetectionMode, UICValidatorService? uicValidatorService, UICDetailsService? uicDetailsService})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
extract(
String? input) → UICDetails? -
Extracts an UIC number from
input
and splits it up into its UICDetails Returnsnull
ifinput
isnull
or if the resulting UIC number is invalid. Extracts details for 12-digit UIC numbers, otherwise UICDetails.descriptions is empty.override -
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