Avg constructor

Avg({
  1. PropertyReference? property,
})

Implementation

Avg({
  this.property,
});