ITimer constructor

ITimer(
  1. FbInterface self
)

Implementation

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