fromJson static method

CompaniesInputPartnershipTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static CompaniesInputPartnershipTypeEnum? fromJson(dynamic value) => CompaniesInputPartnershipTypeEnumTypeTransformer().decode(value);