GoalData class

Represents all the details pertaining to a goal.

Constructors

GoalData({String? goalCompletionLocation, String? goalCompletions, int? goalIndex, String? goalName, String? goalPreviousStep1, String? goalPreviousStep2, String? goalPreviousStep3, double? goalValue})
GoalData.fromJson(Map json_)

Properties

goalCompletionLocation String?
URL of the page where this goal was completed.
getter/setter pair
goalCompletions String?
Total number of goal completions in this activity.
getter/setter pair
goalIndex int?
This identifies the goal as configured for the profile.
getter/setter pair
goalName String?
Name of the goal.
getter/setter pair
goalPreviousStep1 String?
URL of the page one step prior to the goal completion.
getter/setter pair
goalPreviousStep2 String?
URL of the page two steps prior to the goal completion.
getter/setter pair
goalPreviousStep3 String?
URL of the page three steps prior to the goal completion.
getter/setter pair
goalValue double?
Value in this goal.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited