fromJson static method

ActionFeedbackDTOInternalStatusEnum? fromJson(
  1. dynamic value
)

Implementation

static ActionFeedbackDTOInternalStatusEnum? fromJson(dynamic value) => ActionFeedbackDTOInternalStatusEnumTypeTransformer().decode(value);