fixedLabel property

String get fixedLabel

Real display of the field. If null, last segment of key is displayed

Implementation

String get fixedLabel => label ?? key.split('.').last;