Currency.fromBigInt constructor

Currency.fromBigInt(
  1. BigInt pasc
)

Implementation

Currency.fromBigInt(BigInt pasc) {
  this.pasc = pasc;
}