AppEntity constructor
AppEntity({
- required String? ownerID,
- String? title,
- String? homeURL,
- String? email,
- String? description,
- int? appStatus,
- String? anonymousProfilePhotoId,
- AppHomePageReferencesEntity? homePages,
- String? logoId,
- String? styleFamily,
- String? styleName,
- bool? autoPrivileged1,
- bool? isFeatured,
- bool? includeShippingAddress,
- bool? includeInvoiceAddress,
- bool? includeSubscriptions,
- String? welcomeMessage,
Implementation
AppEntity({
required this.ownerID,
this.title,
this.homeURL,
this.email,
this.description,
this.appStatus,
this.anonymousProfilePhotoId,
this.homePages,
this.logoId,
this.styleFamily,
this.styleName,
this.autoPrivileged1,
this.isFeatured,
this.includeShippingAddress,
this.includeInvoiceAddress,
this.includeSubscriptions,
this.welcomeMessage,
});