AppRequest constructor

AppRequest({
  1. String id = "",
  2. String from = "",
  3. String to = "",
  4. int createdTime = 0,
  5. EventOffer? newOffer,
  6. String message = "",
  7. bool unread = true,
  8. String eventId = "",
  9. String bandId = "",
  10. String positionRequestedId = "",
  11. Instrument? instrument,
  12. double percentageCoverage = 0,
  13. int distanceKm = 0,
  14. RequestDecision requestDecision = RequestDecision.pending,
})

Implementation

AppRequest({
    this.id = "",
    this.from = "",
    this.to = "",
    this.createdTime = 0,
    this.newOffer,
    this.message = "",
    this.unread = true,
    this.eventId = "",
    this.bandId = "",
    this.positionRequestedId = "",
    this.instrument,
    this.percentageCoverage = 0,
    this.distanceKm = 0,
    this.requestDecision = RequestDecision.pending});