fromJson static method

CompaniesPartnershipTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static CompaniesPartnershipTypeEnum? fromJson(dynamic value) => CompaniesPartnershipTypeEnumTypeTransformer().decode(value);