Builds from a plain Dart int (positive or negative).
factory Int128(int value) => Int128.fromBigInt(BigInt.from(value));