FileEntity constructor

FileEntity(
  1. String key,
  2. String path
)

Implementation

FileEntity(this.key, this.path);