AppSetting constructor
AppSetting({
- String? appName,
- String? appIcon,
- UnipassTheme? theme,
- ChainType? chainType,
Implementation
AppSetting({
this.appName,
this.appIcon,
this.theme,
this.chainType,
});