Query$challenge$challenge$donation$donation class
- Available extensions
Constructors
- Query$challenge$challenge$donation$donation.new({required String id, String? title, String? code, String? description, String? icon, String? theme, Query$challenge$challenge$donation$donation$media? media, required DateTime createdAt, required DateTime updatedAt, Query$challenge$challenge$donation$donation$donation? donation, Query$challenge$challenge$donation$donation$predefined? predefined, Query$challenge$challenge$donation$donation$target? target})
-
Query$challenge$challenge$donation$donation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → String?
-
final
-
copyWith
→ CopyWith$Query$challenge$challenge$donation$donation<
Query$challenge$challenge$donation$donation> -
Available on Query$challenge$challenge$donation$donation, provided by the UtilityExtension$Query$challenge$challenge$donation$donation extension
no setter - createdAt → DateTime
-
final
- description → String?
-
final
- donation → Query$challenge$challenge$donation$donation$donation?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- icon → String?
-
final
- id → String
-
final
- media → Query$challenge$challenge$donation$donation$media?
-
final
- predefined → Query$challenge$challenge$donation$donation$predefined?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → Query$challenge$challenge$donation$donation$target?
-
final
- theme → String?
-
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