CLCmdCallSMS constructor

CLCmdCallSMS({
  1. required int type,
  2. required int lengthId,
  3. required int lengthContent,
  4. required String callid,
  5. required String content,
})

Implementation

CLCmdCallSMS(
    {required this.type,
    required this.lengthId,
    required this.lengthContent,
    required this.callid,
    required this.content});