copyWith abstract method

ReadWriteTestEntry copyWith({
  1. int? id,
  2. int? number,
})

Implementation

ReadWriteTestEntry copyWith({
  int? id,
  int? number,
});