Sum constructor

Sum({
  1. PropertyReference? property,
})

Implementation

Sum({
  this.property,
});