Query$challenge$challenge$donation$donation$donation$cause$coin class
- Available extensions
Constructors
- Query$challenge$challenge$donation$donation$donation$cause$coin.new({required String id, required String name, Query$challenge$challenge$donation$donation$donation$cause$coin$picture? picture, Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue? unitValue, String? code, Enum$CoinCategoryEnum? category, Enum$CoinHandleEnum? handle, Query$challenge$challenge$donation$donation$donation$cause$coin$country? country, Query$challenge$challenge$donation$donation$donation$cause$coin$api? api, Query$challenge$challenge$donation$donation$donation$cause$coin$owner? owner, required DateTime createdAt, required DateTime updatedAt})
-
Query$challenge$challenge$donation$donation$donation$cause$coin.fromJson(Map<
String, dynamic> json) -
factory
Properties
- api → Query$challenge$challenge$donation$donation$donation$cause$coin$api?
-
final
- category → Enum$CoinCategoryEnum?
-
final
- code → String?
-
final
-
copyWith
→ CopyWith$Query$challenge$challenge$donation$donation$donation$cause$coin<
Query$challenge$challenge$donation$donation$donation$cause$coin> -
Available on Query$challenge$challenge$donation$donation$donation$cause$coin, provided by the UtilityExtension$Query$challenge$challenge$donation$donation$donation$cause$coin extension
no setter - country → Query$challenge$challenge$donation$donation$donation$cause$coin$country?
-
final
- createdAt → DateTime
-
final
- handle → Enum$CoinHandleEnum?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- name → String
-
final
- owner → Query$challenge$challenge$donation$donation$donation$cause$coin$owner?
-
final
- picture → Query$challenge$challenge$donation$donation$donation$cause$coin$picture?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unitValue → Query$challenge$challenge$donation$donation$donation$cause$coin$unitValue?
-
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