$ContentTypeInfo constructor

$ContentTypeInfo({
  1. String? bestGuess,
  2. String? fromBytes,
  3. String? fromFileName,
  4. String? fromHeader,
  5. String? fromUrlPath,
})

Implementation

$ContentTypeInfo({
  this.bestGuess,
  this.fromBytes,
  this.fromFileName,
  this.fromHeader,
  this.fromUrlPath,
});