copy method

File copy(
  1. String path
)

Implementation

File copy(String path) => io.copy(super.path, path);