Map<String, Object?> toJson() { var accountId = this.accountId; final json = <String, Object?>{}; json[r'accountId'] = accountId; return json; }