fieldName property
String
get
fieldName
Name of the field in the model
Implementation
String get fieldName => _fieldName ?? _columnName;
Name of the field in the model
String get fieldName => _fieldName ?? _columnName;