allocationSize method

  1. @override
int allocationSize()
override

Implementation

@override
int allocationSize() {
  return FfiConverterString.allocationSize(key) + 4;
}