allocationSize static method

int allocationSize(
  1. Amount value
)

Implementation

static int allocationSize(Amount value) {
  return 8;
}