fromJson static method

OrganizationInboxProjectionInboxTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static OrganizationInboxProjectionInboxTypeEnum? fromJson(dynamic value) => OrganizationInboxProjectionInboxTypeEnumTypeTransformer().decode(value);