MessageNotification.fromRawJson constructor
MessageNotification.fromRawJson(
- String str
Implementation
factory MessageNotification.fromRawJson(String str) =>
MessageNotification.fromJson(json.decode(str));