menu
nueli_core package
documentation
nueli_core.dart
Config<T extends Config<T, IN, OUT>, IN extends ConfigIN<IN, OUT>, OUT extends ConfigOUT<OUT, IN>>
copy<Type> method
copy<Type> method
dark_mode
light_mode
copy<
Type
>
method
@
mustCallSuper
T
copy
<
Type
>(
IN
iN
)
Implementation
@mustCallSuper T copy<Type>(IN iN) => update((d) => d.copy(iN));
nueli_core package
documentation
nueli_core
Config<T extends Config<T, IN, OUT>, IN extends ConfigIN<IN, OUT>, OUT extends ConfigOUT<OUT, IN>>
copy<Type> method
Config class