SmsConversation class
Represents a conversation returned by the query conversation functions
getConversations
Constructors
- SmsConversation.fromMap(Map rawConversation)
- Do not call this method. This method is visible only for testing.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- messageCount ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snippet ↔ String?
-
getter/setter pair
- threadId ↔ int?
-
getter/setter pair
Methods
-
equals(
SmsConversation other) → bool - Do not call this method. This method is visible only for testing.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited