PasskitPass constructor
const
PasskitPass({
- required int formatVersion,
- required String passTypeIdentifier,
- required String description,
- required String teamIdentifier,
- required String organizationName,
- required String serialNumber,
- PasskitStructure? storeCard,
- PasskitStructure? coupon,
- PasskitStructure? generic,
- PasskitStructure? eventTicket,
- PasskitStructure? boardingPass,
- Color? labelColor,
- Color? backgroundColor,
- Color? foregroundColor,
- String? webServiceURL,
- String? authenticationToken,
- List<
int> ? associatedStoreIdentifiers, - String? appLaunchURL,
- String? expirationDate,
- bool? voided,
- bool? sharingProhibited,
- String? groupingIdentifier,
- String? logoText,
- List<
PasskitBarcode> ? barcodes, - PasskitNfc? nfc,
- List<
PasskitLocation> ? locations, - int? maxDistance,
- String? relevantDate,
Implementation
const PasskitPass({
required this.formatVersion,
required this.passTypeIdentifier,
required this.description,
required this.teamIdentifier,
required this.organizationName,
required this.serialNumber,
this.storeCard,
this.coupon,
this.generic,
this.eventTicket,
this.boardingPass,
this.labelColor,
this.backgroundColor,
this.foregroundColor,
this.webServiceURL,
this.authenticationToken,
this.associatedStoreIdentifiers,
this.appLaunchURL,
this.expirationDate,
this.voided,
this.sharingProhibited,
this.groupingIdentifier,
this.logoText,
this.barcodes,
this.nfc,
this.locations,
this.maxDistance,
this.relevantDate,
});