App constructor
App({
- String? appApprovalState,
- String? appId,
- AppLinkedAppInfo? linkedAppInfo,
- AppManualAppInfo? manualAppInfo,
- String? name,
- String? platform,
Implementation
App({
this.appApprovalState,
this.appId,
this.linkedAppInfo,
this.manualAppInfo,
this.name,
this.platform,
});