ConsumerProject constructor

ConsumerProject({
  1. String? projectNum,
})

Implementation

ConsumerProject({
  this.projectNum,
});