set<T> abstract method

void set<T>(
  1. String field,
  2. T value
)

Set the value of a field by name.

Implementation

void set<T>(String field, T value);