reachImageSelectionLimit property
The flag for the reach image selection limit.
Implementation
@override
bool get reachImageSelectionLimit => (_$reachImageSelectionLimitComputed ??=
Computed<bool>(() => super.reachImageSelectionLimit,
name: 'ChatStoreBase.reachImageSelectionLimit'))
.value;