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