CardScanConfiguration class

Constructors

CardScanConfiguration({String scanCardString = "Scan Card", String positionCardString = "Position your card in the frame so the card number is visible", String backButtonString = "Back", String skipButtonString = "Enter card manually", String denyPermissionTitleString = "Need camera access", String denyPermissionMessageString = "Please enable camera access in your settings to scan your card", String denyPermissionButtonString = "OK", List<String> prefixesRegional = const ["9"]})
CardScanConfiguration.fromMap(Map<Object?, Object?> map)

Properties

backButtonString String
getter/setter pair
denyPermissionButtonString String
getter/setter pair
denyPermissionMessageString String
getter/setter pair
denyPermissionTitleString String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
map Map<String, String>
no setter
positionCardString String
getter/setter pair
prefixesRegional List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanCardString String
getter/setter pair
skipButtonString String
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