getDebugIdentifier method

  1. @override
String getDebugIdentifier()
override

Returns the stable debug identifier for this entity.

This value is used as the authoritative identity for:

  • Equality checks
  • Hash code computation
  • Runtime and build-time correlation

Implementation

@override
String getDebugIdentifier() => '$runtimeType:::${getName()}';