triggerCharacters property

List<String> get triggerCharacters

List of characters that trigger signature help.

Implementation

_i2.List<_i2.String> get triggerCharacters => (_i5.getProperty(
      this,
      'triggerCharacters',
    ) as _i2.List)
        .cast();