StoreBountyTheme class

Constructors

StoreBountyTheme()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

calculatePrice<double>(Content value, {dynamic currrencySymbol}) → dynamic
calculatePriceSingle<double>(Data value, {dynamic currencySymbol}) → dynamic
getCurrencySymbol(String? amount) String
getEntityImage({dynamic entity, dynamic entityId}) Future
getEntityImagesForList({dynamic storeId, dynamic entitiesId, dynamic entity}) Future
getProductByCatIdOrCollectionId({required dynamic catId, dynamic collectionId = ""}) Future<RelatedModel?>
getProductDetails(dynamic productId) Future
stripHtml<String>(String value) → dynamic