AppRequest constructor
AppRequest({
- String id = "",
- String from = "",
- String to = "",
- int createdTime = 0,
- EventOffer? newOffer,
- String message = "",
- bool unread = true,
- String eventId = "",
- String bandId = "",
- String positionRequestedId = "",
- Instrument? instrument,
- double percentageCoverage = 0,
- int distanceKm = 0,
- 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});