NectorCallResponseView constructor

const NectorCallResponseView({
  1. Key? key,
  2. required NectorNetworkResponse response,
})

Implementation

const NectorCallResponseView({super.key, required this.response});