DartTestToolsPlugin class
- Inheritance
-
- Object
- Plugin
- DartTestToolsPlugin
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
name
→ String
-
A user-visible name for this plugin, used for error-reporting and
insights-reporting purposes.
no setteroverride
-
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
-
register(PluginRegistry registry)
→ void
-
Registers analysis rules, quick fixes, and assists.
override
-
shutDown()
→ Future<void>
-
override
-
start()
→ Future<void>
-
Initializes any necessary start-up state that is required for this plugin
to run.
override
-
toString()
→ String
-
A string representation of this object.
inherited