Avg constructor

Avg({
  1. FieldReference? field,
})

Implementation

Avg({
  this.field,
});