rowLabel property

String? rowLabel
getter/setter pair

The label to use for the row value (eventTicketObject.seatInfo.row) on the card detail view.

Each available option maps to a set of localized strings, so that translations are shown to the user based on their locale. Both rowLabel and customRowLabel may not be set. If neither is set, the label will default to "Row", localized. If the row field is unset, this label will not be used. Possible string values are:

  • "ROW_LABEL_UNSPECIFIED"
  • "ROW"
  • "row" : Legacy alias for ROW. Deprecated.

Implementation

core.String? rowLabel;