toUserJson method
Implementation
Map<String, dynamic> toUserJson() {
return {
'id': id,
'type': type,
'amount': amount,
'currency': currency,
'date': date,
'signedAmount': signedAmount,
'status': status,
'title': title,
'statusColor': statusColor,
};
}