file method

UploadFile file(
  1. String key
)

Implementation

UploadFile file(String key){
  return _files[key] as UploadFile;
}