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