hasInfo property
bool
get
hasInfo
Whether there are any info notices.
Implementation
bool get hasInfo => activeNotices.any((n) => n.type == StatusNoticeType.info);
Whether there are any info notices.
bool get hasInfo => activeNotices.any((n) => n.type == StatusNoticeType.info);