isLarge property

bool get isLarge

Whether the file exceeds the size threshold.

Implementation

bool get isLarge => content.length > maxMemoryCharacterCount;