CheckMessageResponse constructor

const CheckMessageResponse({
  1. required bool isValid,
})

Implementation

const CheckMessageResponse({
  required this.isValid,
});