AppMarketInfo constructor

const AppMarketInfo(
  1. String marketName,
  2. String packageName,
  3. String className
)

Implementation

const AppMarketInfo(
  this.marketName,
  this.packageName,
  this.className,
);