PluginData class
Information about a plugin.
Constructors
- PluginData(String pluginId, String? name, String? version)
- Initialize a newly created set of data about a plugin.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the plugin.
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.
final
Methods
-
addToFields(
List< String> fields) → void -
Add 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