diffIdentical method

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

Implementation

@override
bool diffIdentical(dynamic other) {
  return this == other;
}