Decimal constructor

Decimal(
  1. BigInt _value,
  2. int _scale
)

Implementation

Decimal(this._value, this._scale);