FileInfo constructor

FileInfo({
  1. String filename = '',
  2. String url = '',
})

Implementation

FileInfo({this.filename = '', this.url = ''});