debugLabel property

String? debugLabel
final

Debug label for the key.

This is used in error messages and toString. It does not affect the equality of the key or other behavior.

Implementation

final String? debugLabel;