InboxItem.fromRawJson constructor

InboxItem.fromRawJson(
  1. String str
)

Implementation

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