SNumber constructor

const SNumber(
  1. double number,
  2. bool percent
)

Implementation

const SNumber(this.number, this.percent);