AppRequest constructor

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

Implementation

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