Listing constructor
const
Listing({})
Implementation
const Listing({
required this.id,
required this.name,
required this.homepage,
required this.imageId,
required this.order,
this.mobileLink,
this.desktopLink,
this.webappLink,
this.linkMode,
this.appStore,
this.playStore,
this.rdns,
this.injected,
});