menu
flutter_smart_reply package
documentation
flutter_smart_reply
TextMessage
TextMessage constructor
TextMessage
brightness_4
TextMessage
constructor
TextMessage
(
String
text
,
int
timestamp
,
bool
isSelf
)
Implementation
TextMessage(this.text, this.timestamp, this.isSelf);
flutter_smart_reply package
documentation
flutter_smart_reply
TextMessage
TextMessage constructor
TextMessage class
Constructors
TextMessage
createForLocalUser
createForRemoteUser
Properties
hashCode
isSelf
runtimeType
text
timestamp
Methods
noSuchMethod
toJson
toString
Operators
operator ==