ZIMCallRejectionSentResult.fromMap constructor

ZIMCallRejectionSentResult.fromMap(
  1. Map map
)

Implementation

ZIMCallRejectionSentResult.fromMap(Map<dynamic, dynamic> map)
  : callID = map['callID']!;