UniPassOption constructor
UniPassOption({
- String? nodeRPC,
- Environment? env,
- String? domain,
- String? protocol,
- AppSetting? appSetting,
- bool? returnEmail,
- ConnectType? connectType = ConnectType.both,
- bool? authorize,
Implementation
UniPassOption({
this.nodeRPC,
this.env,
this.domain,
this.protocol,
this.appSetting,
this.returnEmail,
this.connectType = ConnectType.both,
this.authorize,
});