key method

ReadKeyExpr key(
  1. Expression index, [
  2. OutputType? type
])

Implementation

ReadKeyExpr key(Expression index, [OutputType? type]) {
  return ReadKeyExpr(this, index, type);
}