MobileApp constructor

MobileApp({
  1. String? directory,
  2. String? id,
  3. String? kind,
  4. String? publisherName,
  5. String? title,
})

Implementation

MobileApp({
  this.directory,
  this.id,
  this.kind,
  this.publisherName,
  this.title,
});