CheckFace constructor

CheckFace({
  1. bool? status,
  2. String? msg,
  3. String? data,
})

Implementation

CheckFace({
  this.status,
  this.msg,
  this.data,
});