XmlEntry constructor

XmlEntry({
  1. required String key,
  2. required List<String> comments,
})

Default constructor.

Implementation

XmlEntry({required this.key, required this.comments});