ExtensionEventParameters class abstract
Parameter names and expected values for DevTools extension events.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
Constants
- theme → const String
- The parameter name for the theme value 'light' or 'dark' sent with the DevToolsExtensionEventType.themeUpdate event.
- themeValueDark → const String
- The value for the theme parameter that indicates use of a dark theme.
- themeValueLight → const String
- The value for the theme parameter that indicates use of a light theme.
- vmServiceConnectionUri → const String
- The parameter name for the vm service uri value that is optionally sent with the DevToolsExtensionEventType.vmServiceConnection event.