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