Marker.empty constructor

Marker.empty(
  1. HighlightType colour
)

Implementation

factory Marker.empty(HighlightType colour) =>
    Marker(colour: colour, hasPiece: false);