value property
Classes that must be present at runtime.
Uses actual Dart types for checking availability.
Example:
@ConditionalOnClass(value: [ClassType<HttpClient>()])
class HttpClientAutoConfig {}
Implementation
final List<ClassType<Object>> value;