Boost constructor

const Boost(
  1. double? amount,
  2. double? percent, [
  3. dynamic debugLabel
])

Implementation

const Boost(this.amount, this.percent, [this.debugLabel]);