BlobEntityWithCustomerInfo class

Inheritance

Constructors

BlobEntityWithCustomerInfo.fromJson(Map<String, dynamic> json)

Properties

additionalInfo Map<String, dynamic>?
getter/setter pairinherited
contentType String
getter/setter pairinherited
createdTime int?
getter/setter pairinherited
customerId CustomerId?
getter/setter pairinherited
customerIsPublic bool?
getter/setter pair
customerTitle String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id BlobEntityId?
getter/setter pairinherited
name String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId TenantId?
getter/setter pairinherited
type String
getter/setter pairinherited

Methods

additionalInfoBasedString([String? toStringBody]) String
inherited
baseDataString([String? toStringBody]) String
inherited
blobEntityInfoString([String? toStringBody]) String
inherited
getAdditionalInfo() Map<String, dynamic>?
inherited
getCreatedTime() int?
inherited
getCustomerId() CustomerId?
inherited
getEntityType() EntityType
inherited
getId() BlobEntityId?
inherited
getName() String
inherited
getOwnerId() EntityId?
inherited
getTenantId() TenantId?
inherited
idBasedString() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCreatedTime(int? createdTime) → void
inherited
setId(BlobEntityId? id) → dynamic
inherited
setOwnerId(EntityId entityId) → void
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
override

Operators

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