YXmlText constructor

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

Implementation

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