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