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})

Properties

anonymousProfilePhotoId → String?
final
appStatus → int?
final
autoPrivileged1 → bool?
final
description → String?
final
email → String?
final
hashCode → int
The hash code for this object.
no setterinherited
homePages → AppHomePageReferencesEntity?
final
homeURL → String?
final
includeInvoiceAddress → bool?
final
includeShippingAddress → bool?
final
includeSubscriptions → bool?
final
isFeatured → bool?
final
logoId → String?
final
ownerID → String?
final
props → List<Object?>
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
styleFamily → String?
final
styleName → String?
final
title → String?
final
welcomeMessage → String?
final

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

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

fromJsonString(String json, {Map<String, String>? newDocumentIds}) → AppEntity?
fromMap(Object? o, {Map<String, String>? newDocumentIds}) → AppEntity?