menu
sunny_forms package
documentation
sunny_list/list_model.dart
ListModel<E>
removeLast method
removeLast method
dark_mode
light_mode
removeLast
method
E
removeLast
(
)
Implementation
E removeLast() { return removeAt(_items.length - 1); }
sunny_forms package
documentation
sunny_list/list_model
ListModel<E>
removeLast method
ListModel class