$MobileApp constructor

$MobileApp({
  1. String? appId,
  2. String? displayName,
  3. String? platform,
  4. String? publisher,
})

Implementation

$MobileApp({
  this.appId,
  this.displayName,
  this.platform,
  this.publisher,
});