ChangeMarkers constructor

const ChangeMarkers({
  1. required List<FastMarker> markers,
})

Implementation

const ChangeMarkers({
  required this.markers,
});