MyAddressList constructor

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

Implementation

const MyAddressList({Key? key}) : super(key: key);