copyWith method

YXmlText copyWith({
  1. int? ref,
})

Returns a new instance by overriding the values passed as arguments

Implementation

YXmlText copyWith({int /*U32*/ ? ref}) => YXmlText(ref: ref ?? this.ref);