fromJson static method

PolicyEntitlementTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static PolicyEntitlementTypeEnum? fromJson(dynamic value) => PolicyEntitlementTypeEnumTypeTransformer().decode(value);