NotificationTemplateId.fromJson constructor

  1. @override
NotificationTemplateId.fromJson(
  1. Map<String, dynamic> json
)

Implementation

@override
factory NotificationTemplateId.fromJson(Map<String, dynamic> json) {
  return EntityId.fromJson(json) as NotificationTemplateId;
}