name property
String
get
name
Get the name of the field
Implementation
String get name => label?.tr() ?? key.titleCase.tr();
Get the name of the field
String get name => label?.tr() ?? key.titleCase.tr();