NotificationTemplate.fromJson constructor

NotificationTemplate.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory NotificationTemplate.fromJson(Map<String, dynamic> json) => _$NotificationTemplateFromJson(json);