toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final accountId = this.accountId;
  final createAccountTime = this.createAccountTime;
  final userIds = this.userIds;
  return {
    'accountId': ?accountId,
    'createAccountTime': ?createAccountTime,
    'userIds': ?userIds,
  };
}