companyAccount property

String? get companyAccount

Implementation

String? get companyAccount => _$this._companyAccount;
set companyAccount (String? companyAccount)

Implementation

set companyAccount(String? companyAccount) =>
    _$this._companyAccount = companyAccount;