size method

int size(
  1. Key key
)

Return the size (length of the set) of a named index

Implementation

int size(Key key) => _data[key]!.length;