BusinessProduct class

Business product object

Constructors

BusinessProduct({required bool hidePrice, required bool showReview, required List aspectRatio, required bool showCategory, required bool showVariants, required bool showSubCategory, required bool availableForSubscription})
BusinessProduct.fromJson(Map<String, dynamic> json)
factory

Properties

aspectRatio List
getter/setter pair
availableForSubscription bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hidePrice bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showCategory bool
getter/setter pair
showReview bool
getter/setter pair
showSubCategory bool
getter/setter pair
showVariants bool
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