AppImageConfig constructor
const
AppImageConfig({})
Implementation
const AppImageConfig({
required this.name,
required this.displayName,
required this.iconPath,
required this.categories,
this.terminal = false,
});