messages

fun <M : ValidationMessage> Store<*>.messages(): Flow<List<M>>?

Finds all corresponding ValidationMessages to this Store.

Be aware that the filtering is based upon the correct usage of Store.path's field. This can be reliably achieved by using dev.fritz2.core.Inspectors and their mappings for creating the correct path values.