yI property Null safety
Implementation
BigInt get yI => _integerSignMode.toBigInt(_stack[1], this);
Implementation
set yI(BigInt v) => y = _integerSignMode.fromBigInt(v, this);
BigInt get yI => _integerSignMode.toBigInt(_stack[1], this);
set yI(BigInt v) => y = _integerSignMode.fromBigInt(v, this);