hasLastMessage property
bool
get
hasLastMessage
Returns true if lastMessage
is not null, otherwise false.
Implementation
bool get hasLastMessage => lastMessage != null;
Returns true if lastMessage
is not null, otherwise false.
bool get hasLastMessage => lastMessage != null;