SignatureResult class

Constructors

SignatureResult(String name, List<ParameterInfo> parameters, {String? dartdoc})

Properties

dartdoc String?
The dartdoc associated with the function being invoked. Other than the removal of the comment delimiters, including leading asterisks in the case of a block comment, the dartdoc is unprocessed markdown. This data is omitted if there is no referenced element, or if the element has no dartdoc.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the function being invoked at the given offset.
final
parameters List<ParameterInfo>
A list of information about each of the parameters of the function being invoked.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

parse(Map m) SignatureResult