UniPassConfig class

sdk config

Constructors

UniPassConfig({required String nodeRPC, required ChainType chainType, required Environment env, required String domain, required String protocol, required AppSetting appSetting, bool? returnEmail, ConnectType? connectType, required bool authorize})

Properties

appSetting AppSetting
getter/setter pair
authorize bool
getter/setter pair
chainType ChainType
getter/setter pair
connectType ConnectType?
getter/setter pair
domain String
getter/setter pair
env Environment
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nodeRPC String
getter/setter pair
protocol String
getter/setter pair
returnEmail bool?
getter/setter pair
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