method Row.prototype.cloneimport { Row } from "https://dotland.deno.dev/x/cliffy@v0.11.1/table.ts"; clone(): Row<T>ReturnsRow<T>