CreateCustomer constructor

CreateCustomer({
  1. Key? key,
})

Implementation

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