menu
flutter_map_interactive package
documentation
common/entity_delta.dart
EntityDelta<T>
updated property
updated property
dark_mode
light_mode
updated
property
List
<
(
T
,
T
)
>
updated
final
Items that were updated (non-spatial change) (old, new).
Implementation
final List<(T, T)> updated;
flutter_map_interactive package
documentation
common/entity_delta
EntityDelta<T>
updated property
EntityDelta class