fromJson static method

InboxPreviewInboxTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static InboxPreviewInboxTypeEnum? fromJson(dynamic value) => InboxPreviewInboxTypeEnumTypeTransformer().decode(value);