reachImageSelectionLimit property

  1. @computed
bool get reachImageSelectionLimit

The flag for the reach image selection limit.

Implementation

@computed
bool get reachImageSelectionLimit =>
    _imageFiles.length >= config.imageMaxCount;