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