AppRequest class

Constructors

AppRequest.new({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})
AppRequest.fromJSON(dynamic data)

Properties

bandId String
getter/setter pair
createdTime int
getter/setter pair
distanceKm int
getter/setter pair
eventId String
getter/setter pair
from String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
instrument Instrument?
getter/setter pair
message String
getter/setter pair
newOffer EventOffer?
getter/setter pair
percentageCoverage double
getter/setter pair
positionRequestedId String
getter/setter pair
requestDecision RequestDecision
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
to String
getter/setter pair
unread bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited