OpenFileResult constructor

OpenFileResult(
  1. String path
)

Implementation

OpenFileResult(this.path) {
  _parseMeta();
}