DecodeRequest class
Constructors
-
DecodeRequest({Uint8List? data, int? scanType, List<
int> ? additionalScanTypes, bool? photoMode, bool? parseResult, bool? multiMode}) - DecodeRequest.fromJson(Map json)
Properties
-
additionalScanTypes
↔ List<
int> ? -
getter/setter pair
- data ↔ Uint8List?
-
getter/setter pair
- dataString ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- multiMode ↔ bool?
-
getter/setter pair
- parseResult ↔ bool?
-
getter/setter pair
- photoMode ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scanType ↔ int?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toMap(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override