IOffsetsCallback constructor

IOffsetsCallback(
  1. FbInterface self
)

Implementation

IOffsetsCallback(super.self) {
  startIndex = super.startIndex + super.methodCount;
  methodCount = 1;
  _setOffset =
      Pointer<
            NativeFunction<
              Void Function(
                FbInterface,
                FbInterface,
                UnsignedInt,
                UnsignedInt,
                UnsignedInt,
              )
            >
          >.fromAddress(vtable[startIndex])
          .asFunction();
}