toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (accountId != null) 'accountId': accountId!,
if (createAccountTime != null) 'createAccountTime': createAccountTime!,
if (userIds != null) 'userIds': userIds!,
};