StorefrontAppEntry constructor
const
StorefrontAppEntry({})
Implementation
const StorefrontAppEntry({
required this.appleId,
required this.appName,
required this.productKind,
required this.version,
required this.versionReleasedDate,
required this.firstReleasedDate,
required this.storeUrl,
required this.display,
});