Value class sealed

Implementers

Constructors

Value.bool(bool value)
const
factory
Value.entity({required EntityUid uid})
const
factory
Value.extensionCall({required String fn, required Value arg})
const
factory
Value.fromJson(Object? json)
factory
Value.fromProto(Value value)
factory
Value.integer(int value)
factory
Value.long(Int64 value)
const
factory
Value.record(Map<String, Value> attributes)
const
factory
Value.set(List<Value> elements)
const
factory
Value.string(String value)
const
factory

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