totalNybbles property Null safety

int totalNybbles

Total number of nybbles of storage

Implementation

int get totalNybbles => storage.lengthInBytes;