FileOrLink constructor

FileOrLink({
  1. String? link,
  2. File? file,
})

Implementation

FileOrLink({this.link, this.file});