menu
nueli_core package
documentation
nueli_core.dart
ConfigIN<T extends ConfigIN<T, OUT>, OUT extends ConfigOUT<OUT, T>>
copy method
copy method
dark_mode
light_mode
copy
method
@
mustCallSuper
T
copy
(
T
iN
)
Implementation
@mustCallSuper T copy(T iN) { children = iN.children; axis = iN.axis; return this as T; }
nueli_core package
documentation
nueli_core
ConfigIN<T extends ConfigIN<T, OUT>, OUT extends ConfigOUT<OUT, T>>
copy method
ConfigIN class