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