hasInformation property
bool
get
hasInformation
Checks if the field has informational message.
Implementation
bool get hasInformation => information != null;
Checks if the field has informational message.
bool get hasInformation => information != null;