menu
nuke package
documentation
nuke.impl.dart
RX<T>
RX.new constructor
RX.new constructor
dark_mode
light_mode
RX<
T
>
constructor
RX<
T
>
(
T
value
, {
String
?
ref
,
List
<
String
>
?
tags
,
})
Implementation
RX(T value, {String? ref, this.tags}) { _ref = ref; _value = value; _instance.registerRx(this); }
nuke package
documentation
nuke.impl
RX<T>
RX.new constructor
RX class