AppInfo constructor
AppInfo({})
Implementation
AppInfo(
{required this.name,
required this.description,
required this.image_link,
required this.android_id,
this.ios_link = ''});
AppInfo(
{required this.name,
required this.description,
required this.image_link,
required this.android_id,
this.ios_link = ''});