Address constructor

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

Implementation

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