Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate class
Constructors
-
Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate({required String id, String? title, Enum$QuestStatusEnum? status, DateTime? dueDate, DateTime? startDate, String? rewards, Enum$QuestCategoryEnum? category, bool? sponsored, required DateTime createdAt, required DateTime updatedAt, String? description, bool? leaderboard, Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$media? media, Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$questType? questType, Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$activityType? activityType, Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$recurrence? recurrence, List<
Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$remuneration> ? remuneration, Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$advertiser? advertiser, required Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$target target, DateTime? repeatDate}) -
Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activityType → Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$activityType?
-
final
- advertiser → Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$advertiser?
-
final
- category → Enum$QuestCategoryEnum?
-
final
-
copyWith
→ CopyWith$Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate<
Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate> -
Available on Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate, provided by the UtilityExtension$Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate extension
no setter - createdAt → DateTime
-
final
- description → String?
-
final
- dueDate → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- leaderboard → bool?
-
final
- media → Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$media?
-
final
- questType → Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$questType?
-
final
- recurrence → Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$recurrence?
-
final
-
remuneration
→ List<
Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$remuneration> ? -
final
- repeatDate → DateTime?
-
final
- rewards → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sponsored → bool?
-
final
- startDate → DateTime?
-
final
- status → Enum$QuestStatusEnum?
-
final
- target → Query$findPredefinedQuestsByTargetWithRepeatDate$findPredefinedQuestsByTargetWithRepeatDate$target
-
final
- title → String?
-
final
- updatedAt → DateTime
-
final
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