GoalParentLink constructor

GoalParentLink({
  1. String? href,
  2. String? type,
})

Implementation

GoalParentLink({
  this.href,
  this.type,
});