menu
orm package
documentation
orm.dart
Decimal
Decimal.fromBigInt factory constructor
Decimal.fromBigInt factory constructor
dark_mode
light_mode
Decimal.fromBigInt
constructor
Decimal.fromBigInt
(
BigInt
value
)
Create a new
Decimal
from a
BigInt
.
Implementation
factory Decimal.fromBigInt(BigInt value) => Decimal._(value, 0);
orm package
documentation
orm
Decimal
Decimal.fromBigInt factory constructor
Decimal class