Int32.fromBigInt constructor
Int32.fromBigInt(
- BigInt value
Implementation
factory Int32.fromBigInt(BigInt value) =>
Int32._(value.toUnsigned(32).toInt());
factory Int32.fromBigInt(BigInt value) =>
Int32._(value.toUnsigned(32).toInt());