NotificationContent.fromJson constructor

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

Implementation

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