headerFields property

List<PasskitField>? headerFields
final

Optional. Fields to be displayed in the header on the front of the pass. Use header fields sparingly; unlike all other fields, they remain visible when a stack of passes are displayed.

Implementation

final List<PasskitField>? headerFields;