CLCmdCallSMS.from constructor
CLCmdCallSMS.from()
Implementation
factory CLCmdCallSMS.from(PERIPHERAL_CALL_SMS_CONTENT v) => CLCmdCallSMS(
type: v.type,
lengthId: v.lengthId,
lengthContent: v.lengthContent,
callid: v.callid.hlString(MAX_SNS_CONTENT_LENGTH),
content: v.content.hlString(MAX_SNS_CONTENT_LENGTH));