menu
kt_dart package
documentation
collection.dart
KtMutableList<T>
addAt abstract method
addAt abstract method
dark_mode
light_mode
addAt
abstract method
void
addAt
(
int
index
,
T
element
)
Inserts an element into the list at the specified
index
.
Implementation
void addAt(int index, T element);
kt_dart package
documentation
collection
KtMutableList<T>
addAt abstract method
KtMutableList class