hasInfo property

bool get hasInfo

Whether there are any info notices.

Implementation

bool get hasInfo => activeNotices.any((n) => n.type == StatusNoticeType.info);