Goal constructor

Goal({
  1. String? accountId,
  2. bool? active,
  3. DateTime? created,
  4. GoalEventDetails? eventDetails,
  5. String? id,
  6. String? internalWebPropertyId,
  7. String? kind,
  8. String? name,
  9. GoalParentLink? parentLink,
  10. String? profileId,
  11. String? selfLink,
  12. String? type,
  13. DateTime? updated,
  14. GoalUrlDestinationDetails? urlDestinationDetails,
  15. double? value,
  16. GoalVisitNumPagesDetails? visitNumPagesDetails,
  17. GoalVisitTimeOnSiteDetails? visitTimeOnSiteDetails,
  18. String? webPropertyId,
})

Implementation

Goal({
  this.accountId,
  this.active,
  this.created,
  this.eventDetails,
  this.id,
  this.internalWebPropertyId,
  this.kind,
  this.name,
  this.parentLink,
  this.profileId,
  this.selfLink,
  this.type,
  this.updated,
  this.urlDestinationDetails,
  this.value,
  this.visitNumPagesDetails,
  this.visitTimeOnSiteDetails,
  this.webPropertyId,
});