CopyWith$Input$QuestTypesFilterInput<TRes> class abstract

Properties

hashCode int
The hash code for this object.
no setterinherited
maxActivities CopyWith$Input$NumberRangeInput<TRes>
no setter
maxQuestions CopyWith$Input$NumberRangeInput<TRes>
no setter
rewardPoints CopyWith$Input$NumberRangeInput<TRes>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({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}) → TRes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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