SystemDto constructor
const
SystemDto({})
Implementation
const SystemDto({
required this.id,
required this.name,
required this.kind,
required this.orchestrationId,
this.reactsToEntityIds = const [],
this.interactsWithEntityIds = const [],
});