FileName constructor

FileName({
  1. String? name,
  2. String? type,
})

Creates a new FileName instance

@param name The name of the file @param type The type of the file

Implementation

FileName({this.name, this.type});