NumberExpression constructor

NumberExpression(
  1. double value,
  2. FileSpan span,
  3. {String? unit}
)

Implementation

NumberExpression(this.value, this.span, {this.unit});