menu
models_weebi package
documentation
utils.dart
TwoLists<T>
TwoLists.new const constructor
TwoLists.new const constructor
dark_mode
light_mode
TwoLists<
T
>
constructor
const
TwoLists<
T
>
(
{
required
List
<
T
>
dups
,
required
List
<
T
>
noDups
,
})
Implementation
const TwoLists({required this.dups, required this.noDups});
models_weebi package
documentation
utils
TwoLists<T>
TwoLists.new const constructor
TwoLists class