AddressDetails constructor

AddressDetails({
  1. Key? key,
})

Implementation

AddressDetails({Key? key}) : super(key: key);