rqlDo property
dynamic
get
rqlDo
Evaluate the expr in the context of one or more value bindings. The type of the result is the type of the value returned from expr.
Implementation
dynamic get rqlDo => RqlDoFunction(this);