reachImageSelectionLimit property

  1. @override
bool get reachImageSelectionLimit
inherited

The flag for the reach image selection limit.

Implementation

@override
bool get reachImageSelectionLimit => (_$reachImageSelectionLimitComputed ??=
        Computed<bool>(() => super.reachImageSelectionLimit,
            name: 'ChatStoreBase.reachImageSelectionLimit'))
    .value;