FIELD_AVG constant

Field const FIELD_AVG

Average value.

Implementation

static const Field FIELD_AVG = Field.newDoubleField(
  'avg',
);