Consumer constructor

Consumer({
  1. String? project,
})

Implementation

Consumer({
  this.project,
});