MessageNotification.fromRawJson constructor

MessageNotification.fromRawJson(
  1. String str
)

Implementation

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