allocationSize method

  1. @override
int allocationSize()
override

Implementation

@override
int allocationSize() {
  return FfiConverterUInt8.allocationSize(flag) + 4;
}