AnalysisGetSignatureResult class
analysis.getSignature result
{ "name": String "parameters": List
Clients may not extend, implement or mix-in this class.
Constructors
-
AnalysisGetSignatureResult(String name, List<
ParameterInfo> parameters, {String? dartdoc}) - AnalysisGetSignatureResult.fromJson(JsonDecoder jsonDecoder, String jsonPath, Object? json)
-
factory
- AnalysisGetSignatureResult.fromResponse(Response response)
-
factory
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.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- name ↔ String
-
The name of the function being invoked at the given offset.
getter/setter pair
-
parameters
↔ List<
ParameterInfo> -
A list of information about each of the parameters of the function being
invoked.
getter/setter pair
- 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
-
toJson(
) → Map< String, Object> - Returns a JSON presentation of the object.
-
toResponse(
String id) → Response -
Return a response whose result data is this object for the request with the
given
id
. -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override