SignatureHelpProviderMetadata class
Metadata about a registered {@linkcode SignatureHelpProvider}.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
SignatureHelpProviderMetadata({List<
String> ? triggerCharacters, List<String> ? retriggerCharacters}) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
retriggerCharacters
→ List<
String> -
Available on SignatureHelpProviderMetadata, provided by the SignatureHelpProviderMetadata$Typings extension
List of characters that re-trigger signature help.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
triggerCharacters
→ List<
String> -
Available on SignatureHelpProviderMetadata, provided by the SignatureHelpProviderMetadata$Typings extension
List of characters that trigger signature help.no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited