NesFileEntity constructor

const NesFileEntity(
  1. String path
)

Describes a file or folder.

Implementation

const NesFileEntity(this.path);