clone property

Clone the options.

Implementation

CreateOptions get clone => CreateOptions()
  ..delete = delete
  ..recursive = recursive;