active property

Canais atualmente ativos (configurados).

Implementation

List<NotificationChannel> get active =>
    channels.where((c) => c.enabled).toList(growable: false);