reachImageSelectionLimit property
The flag for the reach image selection limit.
Implementation
@computed
bool get reachImageSelectionLimit =>
_imageFiles.length >= config.imageMaxCount;
The flag for the reach image selection limit.
@computed
bool get reachImageSelectionLimit =>
_imageFiles.length >= config.imageMaxCount;