expr method

dynamic expr(
  1. dynamic val
)

Convert native dart object into a RqlObject

Implementation

expr(val) => RqlQuery()._expr(val);