EntityValue class final

Inheritance
Implemented types
Available extensions

Constructors

EntityValue({required EntityUid uid})
const
EntityValue.fromJson(Map<String, Object?> json)
factory
EntityValue.fromProto(EntityValue entityValue)
factory

Properties

hashCode → int
The hash code for this object.
no setteroverride
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
uid → EntityUid
final
uid → EntityUid

Available on Component, provided by the ComponentUid extension

Returns the unique identifier for this component.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toExpr() → Expr
override
toJson() → Map<String, Object?>
override
toProto() → Value
override
toString() → String
A string representation of this object.
override

Operators

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