identifier property

  1. @override
String get identifier
override

Stable identifier for this destination (e.g. "console", "file"). Used to deduplicate registrations.

Implementation

@override
String get identifier => 'console';