DeliveryAddress constructor

const DeliveryAddress({
  1. Key? key,
})

Implementation

const DeliveryAddress({Key? key, }) : super(key: key);