hasMessage property

bool get hasMessage
inherited

Returns the message status of the ViewModel

Implementation

bool get hasMessage => message(this) != null;