valueOf abstract method

Future valueOf(
  1. String fieldName
)

To get the value of a field. For primitives i.e. String, int, double etc This returns immediately. For non-primitives, it may result in a network request to load the value of that field

Implementation

Future<dynamic> valueOf(String fieldName);