menu
flutter_map_interactive package
documentation
common/entity_logic.dart
EntityLogic<T>
createUpdateOp abstract method
createUpdateOp abstract method
dark_mode
light_mode
createUpdateOp
abstract method
Op
<
T
>
createUpdateOp
(
T
oldItem
,
T
newItem
, {
int
index
=
-1
,
})
Implementation
Op<T> createUpdateOp(T oldItem, T newItem, {int index = -1});
flutter_map_interactive package
documentation
common/entity_logic
EntityLogic<T>
createUpdateOp abstract method
EntityLogic class