valid

Returns true when the list contains no ValidationMessage which is marked with ValidationMessage.isError.

val <M : ValidationMessage> Flow<List<M>>.valid: Flow<Boolean>

Checks if a Flow of a List of ValidationMessages is valid.