Operations$Query$Operations$Edges$Node$OperationEarnDonation class
- Inheritance
-
- Object
- JsonSerializable
- Operations$Query$Operations$Edges$Node
- Operations$Query$Operations$Edges$Node$OperationEarnDonation
- Mixed-in types
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
Properties
- $$typename ↔ String?
-
getter/setter pairinherited
- amount ↔ OperationEarnDonationMixin$Amount
-
getter/setter pairinherited
- anyMap → bool?
-
If
true, Map types are not assumed to be Map<String, dynamic>– which is the default type of Map instances return by JSON decode indart:convert.finalinherited - canceled ↔ OperationEarnDonationMixin$Canceled?
-
getter/setter pairinherited
- chat ↔ OperationEarnDonationMixin$Chat?
-
getter/setter pairinherited
- chatItem ↔ OperationEarnDonationMixin$ChatItem?
-
getter/setter pairinherited
- checked → bool?
-
If
true, generatedfromJsonfunctions include extra checks to validate proper deserialization of types.finalinherited - constructor → String?
-
Specifies a named constructor to target when creating the
fromJsonfunction.finalinherited -
converters
→ List<
JsonConverter> ? -
A list of JsonConverter to apply to this class.
finalinherited
- createdAt ↔ PreciseDateTime
-
getter/setter pairinherited
- createFactory → bool?
-
If
true(the default), a private, static_$ExampleFromJsonmethod is created in the generated part file.finalinherited - createFieldMap → bool?
-
If
true(defaults to false), a private, static_$ExampleJsonMetaconstant is created in the generated part file.finalinherited - createJsonKeys → bool?
-
If
true(defaults to false), a private class_$ExampleJsonKeysclass is created in the generated part file.finalinherited - createJsonSchema → bool?
-
If
true(defaults to false), a top-level constant_$ExampleJsonSchemawill be created in the generated part file.finalinherited - createPerFieldToJson → bool?
-
If
true(defaults to false), a private, static_$ExamplePerFieldToJsonabstract class will be generated in the part file.finalinherited - createToJson → bool?
-
If
true(the default), A top-level function is created that you can reference from your class.finalinherited - customer ↔ OperationEarnDonationMixin$Customer
-
getter/setter pairinherited
- dateTimeUtc → bool?
-
Whether the generator should use UTC time for DateTime fields.
finalinherited
- direction ↔ OperationDirection
-
getter/setter pairinherited
- disallowUnrecognizedKeys → bool?
-
If
false(the default), then the generatedFromJsonfunction will ignore unrecognized keys in the provided JSON Map.finalinherited - donationId ↔ DonationId
-
getter/setter pairinherited
- explicitToJson → bool?
-
If
true, generatedtoJsonmethods will explicitly calltoJsonon nested objects.finalinherited - fieldRename → FieldRename?
-
Defines the automatic naming strategy when converting class field names
into JSON map keys.
finalinherited
- genericArgumentFactories → bool?
-
When
trueon classes with type parameters (generic types), extra "helper" parameters will be generated forfromJsonand/ortoJsonto support serializing values of those types.finalinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- holdUntil ↔ PreciseDateTime?
-
getter/setter pairinherited
- id ↔ OperationId
-
getter/setter pairinherited
- ignoreUnannotated → bool?
-
When
true, only fields annotated with JsonKey will have code generated.finalinherited - includeIfNull → bool?
-
Whether the generator should include fields with
nullvalues in the serialized output.finalinherited - num ↔ OperationNum
-
getter/setter pairinherited
- obscured → String
-
Available on JsonSerializable, provided by the JsonSerializableExtension extension
Returns this value as an obscured string.no setter - origin ↔ OperationOrigin
-
getter/setter pairinherited
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ OperationStatus
-
getter/setter pairinherited
- stringify → bool?
-
If set to
true, the toString method will be overridden to output this instance's props.no setterinherited - ver ↔ OperationVersion
-
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDto(
OperationsCursor? cursor) → DtoOperation -
Available on OperationEarnDonationMixin, provided by the OperationEarnDonationConversion extension
Constructs a new DtoOperation from this OperationEarnDonationMixin. -
toDto(
{OperationsCursor? cursor}) → DtoOperation -
Available on Operations$Query$Operations$Edges$Node, provided by the OperationsOperationConversion extension
Constructs the new DtoOperation from this Operations$Query$Operations$Edges$Node. -
toJson(
) → Map< String, dynamic> -
override
-
toModel(
) → OperationEarnDonation -
Available on OperationEarnDonationMixin, provided by the OperationEarnDonationConversion extension
Constructs a new OperationCharge from this OperationEarnDonationMixin. -
toString(
) → String -
A string representation of this object.
inherited
-
withDefaults(
) → JsonSerializable -
Returns a new JsonSerializable instance with fields equal to the
corresponding values in
this, if notnull.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited