fromJson static method

LicenseEntitlementTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static LicenseEntitlementTypeEnum? fromJson(dynamic value) => LicenseEntitlementTypeEnumTypeTransformer().decode(value);