menu
sing_plugin_tools package
documentation
export.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});
sing_plugin_tools package
documentation
export
Node<T>
Node.new constructor
Node class