methodNmae property

String methodNmae

Implementation

String get methodNmae => temolateType == TemplateType.custom
    ? "custom_template"
    : image == null
        ? "show_notification"
        : "show_notification_image";