ArrayFunction class Query Builder

Factory for creating array function expressions.

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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

contains(ExpressionInterface expression, {required ExpressionInterface value}) ExpressionInterface
Creates an expression which evaluates to whether the array expression contains the given value.
length(ExpressionInterface expression) ExpressionInterface
Creates an expression which evaluates to the length of the given array expression.