fromJson static method

CustomerFeedbackStatusEnum? fromJson(
  1. dynamic value
)

Implementation

static CustomerFeedbackStatusEnum? fromJson(dynamic value) => CustomerFeedbackStatusEnumTypeTransformer().decode(value);