writeBignum method

void writeBignum(
  1. BigInt value
)
inherited

Implementation

void writeBignum(BigInt value) {
  _writeBignum(value);
  _builderHookImpl(false, value);
}