helper property

String get helper

Implementation

String get helper => '${field.name}${isRequired ? ' (required)' : ''}';