CheckinResultComment constructor

const CheckinResultComment({
  1. String? service,
  2. String? status,
  3. String? comment,
})

Implementation

const CheckinResultComment({
  this.service,
  this.status,
  this.comment,
});