NotificationEnabledAttribute.withValue constructor

NotificationEnabledAttribute.withValue(
  1. dynamic value
)

Implementation

NotificationEnabledAttribute.withValue(value)
    : super.withValue("", value, ifUndefined: false);