GoalUrlDestinationDetails constructor

GoalUrlDestinationDetails({
  1. bool? caseSensitive,
  2. bool? firstStepRequired,
  3. String? matchType,
  4. List<GoalUrlDestinationDetailsSteps>? steps,
  5. String? url,
})

Implementation

GoalUrlDestinationDetails({
  this.caseSensitive,
  this.firstStepRequired,
  this.matchType,
  this.steps,
  this.url,
});