label property

String? label
getter/setter pair

The text that prompts users to input a date, a time, or a date and time.

For example, if users are scheduling an appointment, use a label such as Appointment date or Appointment date and time.

Implementation

core.String? label;