key property
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;
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.
late String key;