hasInformation property

bool get hasInformation

Returns true if the model has any field-specific or general informational messages.

This is a convenience getter that checks if either informations or generalInformations contain any messages.

Implementation

bool get hasInformation => informations.isNotEmpty;