events property

List<String> events
final

Everything heard so far, in order, as short 'kind:subject' strings.

A hint is identified by its analyticsId when it has one and by its text otherwise — the same fallback HintEvent itself uses.

Implementation

final List<String> events = <String>[];