fingerprint property
Used to deduplicate events by grouping ones with the same fingerprint together.
Example:
// A completely custom fingerprint:
var custom = ['foo', 'bar', 'baz'];
Implementation
List<String> get fingerprint => List.unmodifiable(_fingerprint);