CLCmdCallSMS class final

Constructors

CLCmdCallSMS({required int type, required int lengthId, required int lengthContent, required String callid, required String content})
CLCmdCallSMS.from(PERIPHERAL_CALL_SMS_CONTENT v)
factory

Properties

callid String
final
content String
final
hashCode int
The hash code for this object.
no setterinherited
lengthContent int
final
lengthId int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited