UniPassOption constructor

UniPassOption({
  1. String? nodeRPC,
  2. Environment? env,
  3. String? domain,
  4. String? protocol,
  5. AppSetting? appSetting,
  6. bool? returnEmail,
  7. ConnectType? connectType = ConnectType.both,
  8. bool? authorize,
})

Implementation

UniPassOption({
  this.nodeRPC,
  this.env,
  this.domain,
  this.protocol,
  this.appSetting,
  this.returnEmail,
  this.connectType = ConnectType.both,
  this.authorize,
});