label property

  1. @nonVirtual
String? label
getter/setter pair

The human readable label of the field

For example: item_name field would have a label called "Item Name"

Implementation

@nonVirtual
String? label;