The Dart name of the field. For example, myField when querying final String myField.
myField
final String myField
The Provider should provide mappings between the field name and the remote source's expected name.
String get evaluatedField;