DeliveryCost class

Constructors

DeliveryCost({required int base_rate, required int per_km})
DeliveryCost.fromJson(String source)
factory
DeliveryCost.fromMap(Map map)
factory

Properties

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

Methods

copyWith({int? base_rate, int? per_km}) DeliveryCost
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant DeliveryCost other) bool
The equality operator.
override