getSize abstract method

int getSize({
  1. bool includeIndexes = false,
})

Calculates the size of the collection in bytes.

Implementation

int getSize({bool includeIndexes = false});