MLGeneralCardAnalyzerSetting class

Constructors

MLGeneralCardAnalyzerSetting.capture({String? language, int? backButtonResId, int? photoButtonResId, Color? scanBoxCornerColor, Color? tipTextColor, String? tipText, int? torchOnResId, int? torchOffResId})
factory
MLGeneralCardAnalyzerSetting.image({required String path, String? language})
factory

Properties

backButtonResId int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
language String?
getter/setter pair
path String
getter/setter pair
photoButtonResId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanBoxCornerColor Color?
getter/setter pair
tipText String?
getter/setter pair
tipTextColor Color?
getter/setter pair
torchOffResId int?
getter/setter pair
torchOnResId int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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