SignatureHelp class

Signature help represents the signature of something callable. There can be multiple signatures but only one active and only one active parameter.

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

SignatureHelp.new()

Properties

activeParameter num

Available on SignatureHelp, provided by the SignatureHelp$Typings extension

The active parameter of the active signature.
getter/setter pair
activeSignature num

Available on SignatureHelp, provided by the SignatureHelp$Typings extension

The active signature.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatures List<SignatureInformation>

Available on SignatureHelp, provided by the SignatureHelp$Typings extension

One or more signatures.
getter/setter pair

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