ScanbotSdkConfig class

Scanbot SDK initialization config parameters.

Constructors

ScanbotSdkConfig({String? licenseKey, bool? loggingEnabled, String? storageBaseDirectory})

Properties

hashCode int
The hash code for this object.
no setterinherited
licenseKey String?
Your license key for the Scanbot SDK.
getter/setter pair
loggingEnabled bool?
Optional logging flag. While it may be useful for development, consider switching logging OFF in production builds for security and performance reasons!
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageBaseDirectory String?
Optional custom storage base directory. Can be nil.
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