Print constructor

const Print({
  1. required Group group,
})

Implementation

const Print({
  required Group this.group,
});