SurveyInfo class

Constructors

SurveyInfo({int? surveyCPA, int? surveyIR, int? surveyLOI, String? surveyClass, String? rewardName, int? rewardValue, int? remainingCompletes})

Properties

hashCode int
The hash code for this object.
no setterinherited
remainingCompletes int?
getter/setter pair
rewardName String?
getter/setter pair
rewardValue int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
surveyClass String?
getter/setter pair
surveyCPA int?
getter/setter pair
surveyIR int?
getter/setter pair
surveyLOI int?
getter/setter pair

Methods

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

Operators

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