UcumDecimal.fromBigInt constructor
UcumDecimal.fromBigInt(
- BigInt i
Implementation
UcumDecimal.fromBigInt(BigInt i) {
setValueUcumDecimal(i.toString());
}
UcumDecimal.fromBigInt(BigInt i) {
setValueUcumDecimal(i.toString());
}