label property

String? label
getter/setter pair

Optional custom display label for this field.

If not provided, the key will be converted to title case and used as the display label. Supports localization through the .tr() extension.

Implementation

String? label;