PluginData class

Instrumentation data about a plugin.

Constructors

PluginData.new(String pluginId, String? name, String? version)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the plugin, or null if the plugin is not running.
final
pluginId String
The ID used to uniquely identify the plugin.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
The version of the plugin, or null if the plugin is not running.
final

Methods

addToFields(List<String> fields) → void
Adds the information about the plugin to the list of fields to be sent to the instrumentation server.
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