WooShippingMethodMethods class
Constructors
-
WooShippingMethodMethods({List<
WooShippingMethodFreeShipping> ? freeShipping, List<WooShippingMethodFlatRate> ? flatRate, List<WooShippingMethodLocalPickup> ? localPickup}) -
WooShippingMethodMethods.fromJson(Map<
String, dynamic> json)
Properties
-
flatRate
↔ List<
WooShippingMethodFlatRate> ? -
getter/setter pair
-
freeShipping
↔ List<
WooShippingMethodFreeShipping> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
localPickup
↔ List<
WooShippingMethodLocalPickup> ? -
getter/setter pair
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited