Product class

Constructors

Product({required String? sId, required String? productId, required String? name, required String? description, required String? imageId, required String? type, required int? moq, required bool? isOutofstock, required bool? isMultiple, required Price? price, required List<Images>? images, required String? sTypename})
Product.fromJson(Map<String, dynamic> json)

Properties

description String?
latefinal
hashCode int
The hash code for this object.
no setterinherited
imageId String?
latefinal
images List<Images>?
latefinal
isMultiple bool?
latefinal
isOutofstock bool?
latefinal
moq int?
latefinal
name String?
latefinal
price Price?
latefinal
productId String?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sId String?
latefinal
sTypename String?
latefinal
type 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