Grant constructor

Grant({
  1. String? funder,
  2. String? funderDisplayName,
  3. String? awardId,
})

Implementation

Grant({
  this.funder,
  this.funderDisplayName,
  this.awardId,
});