diffKey property

  1. @override
String? diffKey
override

Implementation

@override
String? get diffKey {
  print("diff: $_key");
  return _key;
}