Implementation constructor
Implementation({})
Implementation
Implementation({
this.icons,
required this.name,
this.description,
this.title,
required this.version,
this.websiteUrl,
});
Implementation({
this.icons,
required this.name,
this.description,
this.title,
required this.version,
this.websiteUrl,
});