allocationSize static method

int allocationSize([
  1. String value = ""
])

Implementation

static int allocationSize([String value = ""]) {
  return utf8.encoder.convert(value).length + 4;
}