ContactAddress constructor

ContactAddress({
  1. Key? key,
})

Implementation

ContactAddress({Key? key,  }) : super(key: key);