copy abstract method

K copy(
  1. T? subject, {
  2. bool isReversed = false,
  3. String? subjectLabel,
})

Copy the matcher

Implementation

K copy(
  T? subject, {
  bool isReversed = false,
  String? subjectLabel,
});