AnalysisImplementedParams class
analysis.implemented params
{ "file": FilePath "classes": List
Clients may not extend, implement or mix-in this class.
Constructors
-
AnalysisImplementedParams(String file, List<
ImplementedClass> classes, List<ImplementedMember> members) - AnalysisImplementedParams.fromJson(JsonDecoder jsonDecoder, String jsonPath, Object? json)
-
factory
- AnalysisImplementedParams.fromNotification(Notification notification)
-
factory
Properties
-
classes
↔ List<
ImplementedClass> -
The classes defined in the file that are implemented or extended.
getter/setter pair
- file ↔ String
-
The file with which the implementations are associated.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
-
members
↔ List<
ImplementedMember> -
The member defined in the file that are implemented or overridden.
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.
-
toNotification(
) → Notification -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override