validation Messages
fun <D> Store<D>.validationMessages(): Flow<List<ComponentValidationMessage>>?
Content copied to clipboard
Filters all proper ComponentValidationMessages for the given Store.
Return
nullable Flow which is null when no validator can be found