hasNotLastMessage property

bool get hasNotLastMessage

Returns true if lastMessage is null, otherwise false.

Implementation

bool get hasNotLastMessage => !hasLastMessage;