menu
reactter package
documentation
core.dart
SignalToObjExt<T>
toObj property
toObj property
dark_mode
light_mode
toObj
property
Obj
<
T
>
get
toObj
Returns a new Obj
Implementation
Obj<T> get toObj => Obj<T>(value);
reactter package
documentation
core
SignalToObjExt<T>
toObj property
SignalToObjExt extension on
Signal
<
T
>