totalSize property Null safety

int totalSize

Total size of the list from which this partial list is taken.

Implementation

int get totalSize => _totalSize;