NectorCallOverview constructor
NectorCallOverview({
- Key? key,
- required NectorNetworkCall call,
Implementation
NectorCallOverview({super.key, required this.call});
NectorCallOverview({super.key, required this.call});