TSpawnable constructor
const
TSpawnable(})
Implementation
const TSpawnable(
String name, {
required this.id,
this.allowedTools,
this.yolo = true,
this.model,
this.headless = true,
}) : super(
name: name,
);