Results class

Constructors

Results({required String id, required String name, required String slug, int? stockQuantity, String? sku, String? upc, required bool isActive, required bool isFeatured, String? description, String? shortDescription, required String type, required String price, String? specialPrice, required bool allowSubscription, required List<Categories> categories, required List tags, required List<ProductImages> productImages, String? weight, String? dimension, required List productOptions, required Store? store, String? purchaseNote, required List upsellProducts, required List crossSellProducts, required String externalUrl, required String externalButtonText, required FormattedPrices formattedPrices, required Additional additional, required String createdAt, required String updatedAt, required String url})
Results.fromJson(Map<String, dynamic> json)

Properties

additional Additional
latefinal
allowSubscription bool
latefinal
categories List<Categories>
latefinal
createdAt String
latefinal
crossSellProducts List
latefinal
description String?
latefinal
dimension String?
latefinal
externalButtonText String
latefinal
externalUrl String
latefinal
formattedPrices FormattedPrices
latefinal
hashCode int
The hash code for this object.
no setterinherited
id String
latefinal
isActive bool
latefinal
isFeatured bool
latefinal
name String
latefinal
price String
latefinal
productImages List<ProductImages>
latefinal
productOptions List
latefinal
purchaseNote String?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortDescription String?
latefinal
sku String?
latefinal
slug String
latefinal
specialPrice String?
latefinal
stockQuantity int?
latefinal
store Store?
latefinal
tags List
latefinal
type String
latefinal
upc String?
latefinal
updatedAt String
latefinal
upsellProducts List
latefinal
url String
latefinal
weight String?
latefinal

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