copyWith method

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

Returns a new instance by overriding the values passed as arguments

Implementation

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