Returns constructor

const Returns({
  1. String type = 'void',
  2. String? description,
})

Implementation

const Returns({
  this.type = 'void',
  this.description,
});