key property

String key
getter/setter pair

The unique identifier for this field within a form.

Used to distinguish this field from others and serves as the default label text if no custom label is provided.

Implementation

late String key;