BlinkIdSessionSettings class
Represents the configuration settings for a scanning session.
This class holds the settings related to the resources initialization, scanning mode, and specific scanning configurations that define how the scanning session should behave.
- Annotations
-
- @JsonSerializable()
Constructors
- BlinkIdSessionSettings.new()
- Represents the configuration settings for a scanning session.
-
BlinkIdSessionSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scanningMode ↔ ScanningMode
-
The scanning mode to be used during the scanning session.
getter/setter pair
- scanningSettings ↔ BlinkIdScanningSettings
-
The specific scanning settings for the scanning session.
getter/setter pair
- stepTimeoutDuration ↔ int
-
Duration in seconds before scanning step times out and is cancelled.
If less than zero, scanning will not time out.
Defaults to 15.0
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited