$File constructor

$File({
  1. Map<String, String>? digest,
  2. String? name,
})

Implementation

$File({this.digest, this.name});