Abstract const constructor. This constructor enables subclasses to provide const constructors so that they can be used in const expressions.
The first argument sets the horizontal component, and the second the vertical component.
Source
const OffsetBase(this._dx, this._dy);