FileReader constructor Null safety

FileReader()

Implementation

factory FileReader() {
  return FileReader._create_1();
}