DomRange constructor

DomRange({
  1. required Point start,
  2. Point? end,
})

Implementation

DomRange({required this.start, this.end});