triggerCharacter property

String? get triggerCharacter

Character that caused signature help to be triggered.

This is undefined when signature help is not triggered by typing, such as when manually invoking signature help or when moving the cursor.

Implementation

_i2.String? get triggerCharacter => _i5.getProperty(
      this,
      'triggerCharacter',
    );