NotificationRequestId.fromJson constructor

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

Implementation

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