AtolOnlineV4Config class
Constructors
- AtolOnlineV4Config({required ModelSettings settingStore, required Shop shop})
- AtolOnlineV4Config.repository({required ModelSettings settingStore, required Shop shop, required RepositoryAuth reposAuth, required RepositoryCheck reposCheck})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAvialableToken → bool
-
no setter
- reposAuth → RepositoryAuth
-
final
- reposCheck → RepositoryCheck
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settingStore → ModelSettings
-
final
- shop → Shop
-
final
- token → String?
-
no setter
Methods
-
auth(
) → Future< void> - 1 Step
-
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