StatusPhone constructor

StatusPhone({
  1. bool? status,
  2. String? phone,
})

Implementation

StatusPhone({
  this.status,
  this.phone,
});