ChangeMarkers constructor
const
ChangeMarkers({
- required List<
FastMarker> markers,
Implementation
const ChangeMarkers({
required this.markers,
});
const ChangeMarkers({
required this.markers,
});