AppEntity class
Constructors
-
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})
-
Methods
-
copyWith({String? documentID, 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})
→ AppEntity
-
-
enrichedDocument(Map<String, Object?> theDocument)
→ Future<Map<String, Object?>>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
switchAppId({required String newAppId})
→ AppEntity
-
override
-
toDocument()
→ Map<String, Object?>
-
override
-
toJsonString()
→ String
-
-
toString()
→ String
-
A string representation of this object.
override