StatusHistory constructor

StatusHistory({
  1. String statusId = "",
  2. required DateTime time,
  3. bool byCustomer = false,
  4. bool byProvider = false,
  5. bool byAdmin = false,
  6. String activateUserId = "",
})

Implementation

StatusHistory({this.statusId = "", required this.time, this.byCustomer = false,
  this.byProvider = false, this.byAdmin = false, this.activateUserId = ""
});