NawahConfig class

Constructors

NawahConfig({required String api, required String anonToken, required List<String> authAttrs, required String appId, required bool debug, required String cacheKey})

Properties

anonToken String
getter/setter pair
api String
getter/setter pair
appId String
getter/setter pair
authAttrs List<String>
getter/setter pair
cacheKey String
getter/setter pair
debug bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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