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