fromJson static method

ConnectionsCredentialTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static ConnectionsCredentialTypeEnum? fromJson(dynamic value) => ConnectionsCredentialTypeEnumTypeTransformer().decode(value);