label property

String get label

Implementation

String get label =>
    property?.label ?? field.name.lowerCamelCaseToUpperSpacedCase;