CheckMessageResponse constructor
const
CheckMessageResponse({
- required bool isValid,
Implementation
const CheckMessageResponse({
required this.isValid,
});
const CheckMessageResponse({
required this.isValid,
});