fromJson static method

AgreementObjectTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static AgreementObjectTypeEnum? fromJson(dynamic value) => AgreementObjectTypeEnumTypeTransformer().decode(value);