labelActiveNotificationOrNot static method

String labelActiveNotificationOrNot(
  1. bool value
)

Implementation

static String labelActiveNotificationOrNot(bool value) => value
    ? 'label_desactive_notification_plan'.tr
    : 'label_active_notification_plan'.tr;