toJson method
dynamic
toJson()
Implementation
toJson() => {
'userLatestLoginIp': latestLoginIP,
'userId': userId,
};
toJson() => {
'userLatestLoginIp': latestLoginIP,
'userId': userId,
};