diffEquals method

  1. @override
bool diffEquals(
  1. dynamic other
)
override

Implementation

@override
bool diffEquals(dynamic other) {
  return diffSource == (other as DiffDelegate).diffSource;
}