toJson method
dynamic
toJson()
Implementation
toJson() => {
'type': type,
'count': count,
'got': got,
'money': money,
'msg': msg,
'senderId': senderId,
'recivers': recivers,
'who': who.map((e) => e.toJson()).toList(),
};