DevToolsExtensionConfig class

Describes an extension that can be dynamically loaded into a custom screen in DevTools.

Implemented types

Constructors

DevToolsExtensionConfig.parse(Map<String, Object?> json)
factory

Properties

displayName String
no setter
hashCode int
The hash code for this object.
no setteroverride
The link to the issue tracker for this DevTools extension.
final
materialIconCodePoint int
The code point for the material icon that will parsed by Flutter's IconData class for displaying in DevTools.
final
name String
The package name that this extension is for.
final
path String
The path that this extension's assets live at.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
The version for the DevTools extension.
final

Methods

compareTo(dynamic other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object? other) bool
The equality operator.
override

Constants

issueTrackerKey → const String
materialIconCodePointKey → const String
nameKey → const String
pathKey → const String
versionKey → const String