Additional class

Constructors

Additional({required String currencySymbol, required String products, required String categories, required String paymentMethods, required String shippingMethods, required String shippingZones})
Additional.fromJson(Map<String, dynamic> json)

Properties

categories String
latefinal
currencySymbol String
latefinal
hashCode int
The hash code for this object.
no setterinherited
paymentMethods String
latefinal
products String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shippingMethods String
latefinal
shippingZones 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