XmlSerializer constructor Null safety

XmlSerializer()

Implementation

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