FeaturesConfig class

Constructors

FeaturesConfig({Inventory? inventory, ARConfig? ar, MapsConfig? maps, List<String> allowedChains = const ['sol', 'eth', 'cspr'], String? favicon, IconConfig? customActionBtn, List<ActionConfig>? customActions, bool hideCloseButtonOnNft = false, String? inventoryFilter, String? language, bool? disableNewTokenToast, bool? hideDrawer, bool? hideNavigation, String? systemThemeOverride, List<String>? visibleTabs, ScreensConfigSchema? screensConfig})

Properties

allowedChains List<String>
getter/setter pair
ar ARConfig?
getter/setter pair
customActionBtn IconConfig?
getter/setter pair
customActions List<ActionConfig>?
getter/setter pair
disableNewTokenToast bool?
getter/setter pair
favicon String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hideCloseButtonOnNft bool
getter/setter pair
hideDrawer bool?
getter/setter pair
hideNavigation bool?
getter/setter pair
inventory Inventory?
getter/setter pair
inventoryFilter String?
getter/setter pair
language String?
getter/setter pair
maps MapsConfig?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screensConfig ScreensConfigSchema?
getter/setter pair
systemThemeOverride String?
getter/setter pair
visibleTabs List<String>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited