CustomizedViewRequest class

Constructors

CustomizedViewRequest({int? scanType, List<int>? additionalScanTypes, int? rectHeight = 240, int? rectWidth = 240, bool? flashOnLightChange = false, bool? isFlashAvailable = false, bool? isGalleryAvailable = true, bool? continuouslyScan = true, bool? enableReturnBitmap = false, CustomizedCameraListener? customizedCameraListener, CustomizedLifeCycleListener? customizedLifeCycleListener})
CustomizedViewRequest.fromJson(String str)
factory
CustomizedViewRequest.fromMap(Map<String, dynamic> json)
factory

Properties

additionalScanTypes List<int>?
getter/setter pair
continuouslyScan bool?
getter/setter pair
customizedCameraListener CustomizedCameraListener?
getter/setter pair
customizedLifeCycleListener CustomizedLifeCycleListener?
getter/setter pair
enableReturnBitmap bool?
getter/setter pair
flashOnLightChange bool?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
isFlashAvailable bool?
getter/setter pair
isGalleryAvailable bool?
getter/setter pair
rectHeight int?
getter/setter pair
rectWidth int?
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() String
toMap() Map
toString() String
A string representation of this object.
inherited

Operators

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