size method

dynamic size(
  1. dynamic val
)

Implementation

size(val) {
  return _queryOP(QueryCommandsLiteral.SIZE, val);
}