Toolkit constructor
Toolkit({})
Implementation
Toolkit({
required this.name,
this.title,
this.description,
this.thumbnailUrl,
required this.tools,
this.rules = const [],
this.validationMode = ValidationMode.full,
});