data

val data: Flow<List<M>>

Gives a Flow of ValidationMessages which gets updated every time when isValid gets called. If no messages result from validation its returns an empty list.