menu
lml package
documentation
utils.dart
ListExtension<X>
appendInPlace method
appendInPlace method
dark_mode
light_mode
appendInPlace
method
List
<
X
>
appendInPlace
(
X
value
)
Implementation
List<X> appendInPlace(X value) { insert(length, value); return this; }
lml package
documentation
utils
ListExtension<X>
appendInPlace method
ListExtension extension on
List
<
X
>