FileInfo constructor

FileInfo(
  1. String id,
  2. String name, [
  3. String? url
])

Implementation

FileInfo(this.id, this.name, [this.url]);