copyWith method

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

Returns a new instance by overriding the values passed as arguments

Implementation

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