GenerativeInfo constructor

const GenerativeInfo({
  1. required GenerativeType type,
  2. List<String> softwareAgents = const [],
})

Implementation

const GenerativeInfo({required this.type, this.softwareAgents = const []});