TicketResponse class
- Available extensions
Constructors
-
TicketResponse({required String deviceToken, required List<
Ticket> tickets, required String associationColor, required TicketCover ticketCover, required VerificationImage verificationImage, required TicketTexts ticketTexts}) -
const
-
TicketResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- associationColor → String
-
style only : an accent color to be used with the ticket
final
- deviceToken → String
-
the device token used to refresh the ticket
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ticketCover → TicketCover
-
information at a glace - the virtual ticket coverlet
final
-
tickets
→ List<
Ticket> -
contained ticket models
final
- ticketTexts → TicketTexts
-
final
- verificationImage → VerificationImage
-
some verification metadata required for refresh
final
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited