ModuleMetadataNode class

A ModuleMetadataNode is a class that represents the metadata of a module in the inspector.

Constructors

ModuleMetadataNode({bool internal = false, bool isDynamic = false, bool global = false, bool composed = false, int initTime = 0})
Creates a new instance of ModuleMetadataNode.
const

Properties

composed bool
Indicates if the module represents a composed module.
final
global bool
Indicates if the module represents a global module.
final
hashCode int
The hash code for this object.
no setterinherited
initTime int
The time it took to initialize the module, in milliseconds.
final
internal bool
Indicates if the module represents an internal module.
final
isDynamic bool
Indicates if the module represents a dynamic module.
final
name String
The name of the module. This is used to identify the module in the tree.
final
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
toJson() Map<String, dynamic>
Converts the ModuleMetadataNode to a JSON object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited