Property getter and setter for accountId:
@override String? get accountId => _accountId;
@override set accountId(String? accountId) { this._accountId = accountId; wrapped['accountId'] = jsonLiteral(accountId); }