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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override