GoalParams constructor

const GoalParams(
  1. {@Default(LifeEventType.goal) LifeEventType type}
)

Implementation

const factory GoalParams({@Default(LifeEventType.goal) LifeEventType type}) = _GoalParams;