App constructor

App({
  1. String? appApprovalState,
  2. String? appId,
  3. AppLinkedAppInfo? linkedAppInfo,
  4. AppManualAppInfo? manualAppInfo,
  5. String? name,
  6. String? platform,
})

Implementation

App({
  this.appApprovalState,
  this.appId,
  this.linkedAppInfo,
  this.manualAppInfo,
  this.name,
  this.platform,
});