allocationSize static method

int allocationSize(
  1. Transaction value
)

Implementation

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