fromJson static method

ConnectionsInputCredentialTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static ConnectionsInputCredentialTypeEnum? fromJson(dynamic value) => ConnectionsInputCredentialTypeEnumTypeTransformer().decode(value);