CallResponse constructor

CallResponse({
  1. required String status,
  2. dynamic callInfo,
  3. required String message,
})

Implementation

CallResponse({required this.status, this.callInfo, required this.message});