SalesReports class
Constructors
- SalesReports({String? totalSales, String? netSales, String? averageSales, int? totalOrders, int? totalItems, String? totalTax, String? totalShipping, int? totalRefunds, String? totalDiscount, String? totalsGroupedBy, dynamic totals, int? totalCustomers, Links? links})
-
SalesReports.fromJson(Map<
String, dynamic> json) -
factory
Properties
- averageSales ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- links ↔ Links?
-
getter/setter pair
- netSales ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCustomers ↔ int?
-
getter/setter pair
- totalDiscount ↔ String?
-
getter/setter pair
- totalItems ↔ int?
-
getter/setter pair
- totalOrders ↔ int?
-
getter/setter pair
- totalRefunds ↔ int?
-
getter/setter pair
- totals ↔ dynamic
-
getter/setter pair
- totalSales ↔ String?
-
getter/setter pair
- totalsGroupedBy ↔ String?
-
getter/setter pair
- totalShipping ↔ String?
-
getter/setter pair
- totalTax ↔ String?
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited