hasInformation property
bool
get
hasInformation
Returns true if this field has an informational message.
This is a convenience getter that checks if information is not null.
Implementation
bool get hasInformation => information != null;