Creates a new FileName instance
@param name The name of the file @param type The type of the file
FileName({this.name, this.type});