menu
levit_dart package
documentation
levit_dart.dart
LxSet<E>
LxSet.new constructor
LxSet.new constructor
dark_mode
light_mode
LxSet<
E
>
constructor
LxSet<
E
>
(
[
Set
<
E
>
?
initial
,
String
?
name
])
Creates a reactive set.
Implementation
LxSet([Set<E>? initial, String? name]) : super(initial ?? <E>{});
levit_dart package
documentation
levit_dart
LxSet<E>
LxSet.new constructor
LxSet class