TransferModel class

Constructors

TransferModel({String? id, String? createdAt, String? amountCents, String? amountLocalized, Receiver? receiver})
TransferModel.fromJson(String source)
factory
TransferModel.fromMap(Map<String, dynamic> map)
factory

Properties

amountCents String?
getter/setter pair
amountLocalized String?
getter/setter pair
createdAt String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pair
receiver Receiver?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? id, String? createdAt, String? amountCents, String? amountLocalized, Receiver? receiver}) TransferModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override