RecordedDonation class

One call to OsIntents.donate, as the platform received it.

Annotations

Constructors

RecordedDonation(String id, Map<String, Object?> args)
const

Properties

args Map<String, Object?>
Already in wire form — a DateTime as epoch milliseconds, an enum as its constant name — which is what the generated native decoder reads. Assert on this rather than on what you passed, since the conversion is the part that can be wrong.
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited