Input$DeliveryZonesInput class
Constructors
- 
          Input$DeliveryZonesInput({required Input$TargetACIInput target, double? radius, required String minPrice, required String extraFees, required String color, required Enum$ZoneTypesCategoryEnum category, required Enum$ZoneTypesEnum type, required List<Input$DeliveryZonePathInput> paths})
- 
          
            factory
- 
          Input$DeliveryZonesInput.fromJson(Map<String, dynamic> data)
- 
          
            factory
Properties
- category → Enum$ZoneTypesCategoryEnum
- 
  
  no setter
- color → String
- 
  
  no setter
- 
  copyWith
  → CopyWith$Input$DeliveryZonesInput<Input$DeliveryZonesInput> 
- 
  
  no setter
- extraFees → String
- 
  
  no setter
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- minPrice → String
- 
  
  no setter
- 
  paths
  → List<Input$DeliveryZonePathInput> 
- 
  
  no setter
- radius → double?
- 
  
  no setter
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- target → Input$TargetACIInput
- 
  
  no setter
- type → Enum$ZoneTypesEnum
- 
  
  no setter
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.
  override