IsValid<M> constructor

const IsValid<M>({
  1. bool isValid = true,
})

Implementation

const IsValid({super.isValid = true});