IDisposable constructor

IDisposable(
  1. FbInterface self
)

Implementation

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