NotificationRuleId.fromJson constructor

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

Implementation

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