performerNames property
An array of the full names of the performers and opening acts at the event, in decreasing order of significance. Use this key for any type of event ticket.
Implementation
// [localizable string]
@JsonKey(name: 'performerNames')
final List<String>? performerNames;