fromJson static method

EntitlementTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static EntitlementTypeEnum? fromJson(dynamic value) => EntitlementTypeEnumTypeTransformer().decode(value);