menu
fast_app_base package
documentation
common/data/preference/item/rx_preference_item.dart
Node<T>
Node.new constructor
Node.new constructor
dark_mode
light_mode
Node<
T
>
constructor
Node<
T
>
(
{
T?
data
,
Node
<
T
>
?
next
,
})
Implementation
Node({this.data, this.next});
fast_app_base package
documentation
common/data/preference/item/rx_preference_item
Node<T>
Node.new constructor
Node class