copyWith method

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

Returns a new instance by overriding the values passed as arguments

Implementation

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