Sum constructor

Sum({
  1. FieldReference? field,
})

Implementation

Sum({
  this.field,
});