OpenFile constructor

OpenFile(
  1. String path,
  2. bool openForRead
)

Implementation

OpenFile(this.path, this.openForRead);