GenerativeInfo constructor
const
GenerativeInfo({
- required GenerativeType type,
- List<
String> softwareAgents = const [],
Implementation
const GenerativeInfo({required this.type, this.softwareAgents = const []});