XmlEdit constructor

XmlEdit({
  1. required String path,
})

Default constructor.

Implementation

XmlEdit({required this.path});