Input$QuestAudienceSegmentFilterValuesAnswersInput class
Constructors
-
Input$QuestAudienceSegmentFilterValuesAnswersInput({List<
String> ? paragraph, List<String> ? shortAnswer, List<int> ? rating, Input$QuestAudienceSegmentFilterValuesAnswersNumberInput? number, List<String> ? singleChoice, List<String> ? multipleChoices, Input$TimeFromToInput? date, List<Input$ResponseAnswerSmileyObjInput> ? smiley}) -
factory
-
Input$QuestAudienceSegmentFilterValuesAnswersInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
-
copyWith
→ CopyWith$Input$QuestAudienceSegmentFilterValuesAnswersInput<
Input$QuestAudienceSegmentFilterValuesAnswersInput> -
no setter
- date → Input$TimeFromToInput?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
-
multipleChoices
→ List<
String> ? -
no setter
- number → Input$QuestAudienceSegmentFilterValuesAnswersNumberInput?
-
no setter
-
paragraph
→ List<
String> ? -
no setter
-
rating
→ List<
int> ? -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shortAnswer
→ List<
String> ? -
no setter
-
singleChoice
→ List<
String> ? -
no setter
-
smiley
→ List<
Input$ResponseAnswerSmileyObjInput> ? -
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