BlobEntityInfo class

Inheritance
Implemented types
Implementers

Constructors

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

Properties

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

Methods

additionalInfoBasedString([String? toStringBody]) String
inherited
baseDataString([String? toStringBody]) String
inherited
blobEntityInfoString([String? toStringBody]) String
getAdditionalInfo() Map<String, dynamic>?
inherited
getCreatedTime() int?
inherited
getCustomerId() CustomerId?
override
getEntityType() EntityType
getId() BlobEntityId?
inherited
getName() String
override
getOwnerId() EntityId?
getTenantId() TenantId?
override
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
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
override

Operators

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