fixedLabel property

String fixedLabel

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

Implementation

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