YXmlFragment constructor

const YXmlFragment({
  1. required int ref,
})

Implementation

const YXmlFragment({
  required this.ref,
});