DeliveryAddressModel constructor

DeliveryAddressModel({
  1. String? name,
  2. String? id,
  3. String? description,
  4. String? type,
  5. double? price,
})

Implementation

DeliveryAddressModel({this.name, this.id, this.description, this.type, this.price});