Toolkit constructor
Toolkit({})
Implementation
Toolkit({required this.name, this.title, this.description, this.thumbnailUrl, required this.tools, required this.rules});
Toolkit({required this.name, this.title, this.description, this.thumbnailUrl, required this.tools, required this.rules});