QueryResponse class

Response type for query executions.

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

QueryResponse({List<Account>? account, List<CompanyInfo>? companyInfo, List<Bill>? bill, List<Customer>? customer, List<Employee>? employee, List<Estimate>? estimate, List<Invoice>? invoice, List<Item>? item, List<Payment>? payment, List<Preferences>? preferences, List<TaxAgency>? taxAgency, List<Vendor>? vendor, int? maxResults, int? startPosition})
QueryResponse.fromJson(Map<String, dynamic> json)
factory

Properties

account List<Account>?
final
bill List<Bill>?
final
companyInfo List<CompanyInfo>?
final
customer List<Customer>?
getter/setter pair
employee List<Employee>?
getter/setter pair
estimate List<Estimate>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invoice List<Invoice>?
getter/setter pair
item List<Item>?
getter/setter pair
maxResults int?
final
payment List<Payment>?
getter/setter pair
preferences List<Preferences>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startPosition int?
final
taxAgency List<TaxAgency>?
getter/setter pair
vendor List<Vendor>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited