Plugin class

Provides information about a browser plugin.

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

Plugin.new()
factory

Properties

description String

Available on Plugin, provided by the Plugin$Typings extension

Returns the plugin's description.
no setter
filename String

Available on Plugin, provided by the Plugin$Typings extension

Returns the plugin library's filename, if applicable on the current platform.
no setter
hashCode int
The hash code for this object.
no setterinherited
item MimeType? Function(num)

Available on Plugin, provided by the Plugin$Typings extension

getter/setter pair
length num

Available on Plugin, provided by the Plugin$Typings extension

Returns the number of MIME types, represented by MimeType objects, supported by the plugin.
no setter
name String

Available on Plugin, provided by the Plugin$Typings extension

Returns the plugin's name.
no setter
namedItem MimeType? Function(String)

Available on Plugin, provided by the Plugin$Typings extension

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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](num index) MimeType

Available on Plugin, provided by the Plugin$Typings extension

operator []=(num index, MimeType value) → void

Available on Plugin, provided by the Plugin$Typings extension