FromTo constructor

const FromTo(
  1. double from,
  2. double to
)

Implementation

const FromTo(this.from, this.to);