Inbox.fromJson constructor

Inbox.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Inbox.fromJson(Map<String, Object?> json) => _$InboxFromJson(json);