Expression.property constructor

Expression.property(String value)

Implementation

factory Expression.property(String value) {
  return PropertyExpression({"property": value});
}