IInt128 constructor

IInt128(
  1. FbInterface self
)

Implementation

IInt128(super.self) {
  startIndex = super.startIndex + super.methodCount;
  methodCount = 5;
  var idx = startIndex;
  _toString = Pointer<
          NativeFunction<
              Void Function(FbInterface, FbInterface, Pointer<FbI128>,
                  UnsignedInt, Pointer<Utf8>)>>.fromAddress(vtable[idx++])
      .asFunction();
  _fromString = Pointer<
          NativeFunction<
              Void Function(FbInterface, FbInterface, Int, Pointer<Utf8>,
                  Pointer<FbI128>)>>.fromAddress(vtable[idx++])
      .asFunction();
}