isLarge property
bool
get
isLarge
Whether the file exceeds the size threshold.
Implementation
bool get isLarge => content.length > maxMemoryCharacterCount;
Whether the file exceeds the size threshold.
bool get isLarge => content.length > maxMemoryCharacterCount;