menu
dartxx package
documentation
list_ext.dart
ListIndex<T>
ListIndex.new const constructor
ListIndex.new const constructor
dark_mode
light_mode
ListIndex<
T
>
constructor
const
ListIndex<
T
>
(
int
index
,
T
value
)
Implementation
const ListIndex(this.index, this.value);
dartxx package
documentation
list_ext
ListIndex<T>
ListIndex.new const constructor
ListIndex class