Value<T extends Object> class
A Value Expression holds a value that does not change when rendered (evaluated). e.g. it can be like a num, bool, String etc...
- Inheritance
-
- Object
- Renderer<
T> - Expression<
T> - Value
Constructors
- Value.new(T value)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
render(
RenderContext context) → Future< T> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override