Input$QuestTypeInput class
Constructors
-
Input$QuestTypeInput({String? title, String? description, String? icon, Input$MediaInput? media, List<
String> ? activityTypes, List<String> ? social, List<Enum$QuestionTypeEnum> ? questionTypes, List<Input$QuestTypeAudienceInput> ? audience, int? maxActivities, int? maxQuestions, String? rewardPoints, Input$QuestTypeRemunerationInput? quantitative, Input$QuestTypeRemunerationInput? qualitative, bool? score, bool? profile, bool? admin, bool? transition, bool? condition, bool? enable, String? wallet, Input$TargetACIInput? advertiser, Input$TargetACIInput? target}) -
factory
-
Input$QuestTypeInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
-
activityTypes
→ List<
String> ? -
no setter
- admin → bool?
-
no setter
- advertiser → Input$TargetACIInput?
-
no setter
-
audience
→ List<
Input$QuestTypeAudienceInput> ? -
no setter
- condition → bool?
-
no setter
-
copyWith
→ CopyWith$Input$QuestTypeInput<
Input$QuestTypeInput> -
no setter
- description → String?
-
no setter
- enable → bool?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- icon → String?
-
no setter
- maxActivities → int?
-
no setter
- maxQuestions → int?
-
no setter
- media → Input$MediaInput?
-
no setter
- profile → bool?
-
no setter
- qualitative → Input$QuestTypeRemunerationInput?
-
no setter
- quantitative → Input$QuestTypeRemunerationInput?
-
no setter
-
questionTypes
→ List<
Enum$QuestionTypeEnum> ? -
no setter
- rewardPoints → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → bool?
-
no setter
-
no setter
- target → Input$TargetACIInput?
-
no setter
- title → String?
-
no setter
- transition → bool?
-
no setter
- wallet → String?
-
no setter
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.
override