sizeOf method

int sizeOf(
  1. K key,
  2. V? value
)

Implementation

int sizeOf(K key, V? value) {
  return 1;
}