Value class sealed
Constructors
- Value.bool(bool value)
-
constfactory
- Value.entity({required EntityUid uid})
-
constfactory
- Value.extensionCall({required String fn, required Value arg})
-
constfactory
- Value.fromJson(Object? json)
-
factory
- Value.fromProto(Value value)
-
factory
- Value.integer(int value)
-
factory
- Value.long(Int64 value)
-
constfactory
-
Value.record(Map<
String, Value> attributes) -
constfactory
-
Value.set(List<
Value> elements) -
constfactory
- Value.string(String value)
-
constfactory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object? -
toProto(
) → Value -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited