hasMessage property

bool hasMessage

Returns the message status of the ViewModel

Implementation

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