RemoteFile constructor

const RemoteFile(
  1. String path, [
  2. String? ref
])

Implementation

const RemoteFile(this.path, [this.ref]);