EBackLineDot constructor

EBackLineDot({
  1. required int dot,
})

Implementation

EBackLineDot({
  required int dot,
}) {
  _dot = dot;
}