dataSizeBytes property

int get dataSizeBytes

Data size in bytes (approximate)

Implementation

int get dataSizeBytes => totalCharacters * 2;