App constructor
const
App({})
Constructs a new App instance.
Implementation
const App({
required this.id,
required this.name,
required this.category,
required this.developerName,
required this.rating,
required this.imageUrl,
required this.url,
});