EnhancedTransferStepDoc class

Constructors

EnhancedTransferStepDoc({required TransferStep step, required AccountInfo from, required AccountInfo to, AccountInfo? fromBank, AccountInfo? toBank})
EnhancedTransferStepDoc.fromJson(Map<String, dynamic> json)
factory

Properties

amount int
no setter
decimalPlaces int
no setter
fromAccountId String
no setter
fromAccountInfo AccountInfo
no setter
hashCode int
The hash code for this object.
no setterinherited
instrument String
no setter
metadata List<Any>
no setter
model TransferStep
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
receiverBankName String
no setter
receiverName String
no setter
receiverProfileImageUrl String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderBankName String
no setter
senderName String
no setter
senderProfileImageUrl String
no setter
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
toAccountId String
no setter
toAccountInfo AccountInfo
no setter

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.
inherited