fromJson static method

PartnershipTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static PartnershipTypeEnum? fromJson(dynamic value) => PartnershipTypeEnumTypeTransformer().decode(value);