AppSetup class

Constructors

AppSetup.new({required AppEnv env, required AppPrefsBase appPrefs, required AppColorsBase appColors, AppTextStyleWrap? appTextStyleWrap, BuildContext? findAppContext()?, PNetworkOptions? networkOptions})

Properties

appColors AppColorsBase
getter/setter pair
appPrefs AppPrefsBase
getter/setter pair
appTextStyleWrap AppTextStyleWrap?
getter/setter pair
env AppEnv
getter/setter pair
findAppContext BuildContext? Function()?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
networkOptions PNetworkOptions?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({AppEnv? env, AppPrefsBase? appPrefs, AppColorsBase? appColors, AppTextStyleWrap? appTextStyleWrap, BuildContext? findAppContext()?, PNetworkOptions? networkOptions}) AppSetup
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

initialized({required AppSetup value}) → dynamic