MessageSourceNotification.fromJson constructor

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

Parse from a json

Implementation

factory MessageSourceNotification.fromJson(Map<String, dynamic> json) =>
    const MessageSourceNotification();