Input$QuestTypesFilterInput class

Constructors

Input$QuestTypesFilterInput({List<String>? activityTypes, List<Enum$QuestionTypeEnum>? questionTypes, Input$NumberRangeInput? maxActivities, Input$NumberRangeInput? maxQuestions, Input$NumberRangeInput? rewardPoints, bool? score, bool? profile, bool? admin, bool? transition, bool? condition, bool? enable})
factory
Input$QuestTypesFilterInput.fromJson(Map<String, dynamic> data)
factory

Properties

activityTypes List<String>?
no setter
admin bool?
no setter
condition bool?
no setter
copyWith CopyWith$Input$QuestTypesFilterInput<Input$QuestTypesFilterInput>
no setter
enable bool?
no setter
hashCode int
The hash code for this object.
no setteroverride
maxActivities Input$NumberRangeInput?
no setter
maxQuestions Input$NumberRangeInput?
no setter
profile bool?
no setter
questionTypes List<Enum$QuestionTypeEnum>?
no setter
rewardPoints Input$NumberRangeInput?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score bool?
no setter
transition bool?
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