menu
kt_dart package
documentation
collection.dart
KtMutableList<T>
KtMutableList.empty factory constructor
KtMutableList.empty factory constructor
dark_mode
light_mode
KtMutableList<
T
>.empty
constructor
KtMutableList<
T
>.empty
(
)
Implementation
factory KtMutableList.empty() => DartMutableList<T>();
kt_dart package
documentation
collection
KtMutableList<T>
KtMutableList.empty factory constructor
KtMutableList class