Items constructor
Items({})
Implementation
Items({
required this.id,
required this.name,
required this.nameKh,
required this.logo,
required this.isFavorite,
required this.fee,
required this.feeDisplay,
required this.supportDeeplink,
required this.supportCheckoutPage,
});