copyWith method

YTextDeltaDelete copyWith({
  1. int? delete,
})

Returns a new instance by overriding the values passed as arguments

Implementation

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