hasLastMessage method

bool hasLastMessage()

Implementation

bool hasLastMessage() {
  return widget.conversation.lastMessage != null;
}