App constructor
const
App({})
Creates an immutable 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,
required this.platform,
required this.isFree,
});