file method

UploadedFile? file(
  1. String key
)

Implementation

UploadedFile? file(String key) => files[key];