m4e_sdk
m4e_sdk
M4eTransactionList
toJson method
toJson
m4e_sdk
m4e_sdk
M4eTransactionList
toJson method
M4eTransactionList class
Constructors
M4eTransactionList
fromJson
Properties
props
transactions
hashCode
runtimeType
stringify
Methods
toJson
toString
noSuchMethod
Operators
operator ==
toJson
method
List
toJson
(
)
Implementation
List<dynamic> toJson() { return this.transactions?.map((e) => e.toJson())?.toList() ?? []; }