menu
flutter_map_interactive package
documentation
common/events.dart
ItemUpdated<T>
ItemUpdated.new constructor
ItemUpdated.new constructor
dark_mode
light_mode
ItemUpdated<
T
>
constructor
ItemUpdated<
T
>
(
T
oldItem
,
T
newItem
)
Implementation
ItemUpdated(this.oldItem, this.newItem);
flutter_map_interactive package
documentation
common/events
ItemUpdated<T>
ItemUpdated.new constructor
ItemUpdated class