AppSetting constructor

AppSetting({
  1. String? appName,
  2. String? appIcon,
  3. UnipassTheme? theme,
  4. ChainType? chainType,
})

Implementation

AppSetting({
  this.appName,
  this.appIcon,
  this.theme,
  this.chainType,
});