hasMessageForKey method

bool hasMessageForKey(
  1. Object key
)

Returns a boolean that indicates if the ViewModel has an message for the key

Implementation

bool hasMessageForKey(Object key) => message(key) != null;