GoalUrlDestinationDetailsSteps constructor

GoalUrlDestinationDetailsSteps({
  1. String? name,
  2. int? number,
  3. String? url,
})

Implementation

GoalUrlDestinationDetailsSteps({
  this.name,
  this.number,
  this.url,
});