GS1DetailsExtractor class

Extracts details of GS1 codes.

Implemented types

Constructors

GS1DetailsExtractor({GS1ValidatorService? gs1ValidatorService, GS1DetailsService? gs1DetailsService})

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) GS1Details?
Extracts an gs1 code from input and splits it up into its GS1Details Returns null if input is null or if the resulting gs1 code is invalid.
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