IDtc constructor

IDtc(
  1. FbInterface self
)

Implementation

IDtc(super.self) {
  startIndex = super.startIndex + super.methodCount;
  methodCount = 2;
  var idx = startIndex;
  _join = Pointer<
          NativeFunction<
              FbInterface Function(FbInterface, FbInterface, FbInterface,
                  FbInterface)>>.fromAddress(vtable[idx++])
      .asFunction();
  _startBuilder = Pointer<
          NativeFunction<
              FbInterface Function(
                  FbInterface, FbInterface)>>.fromAddress(vtable[idx++])
      .asFunction();
}