ModuleToModuleEdgeMetadata class
A ModuleToModuleEdgeMetadata is a class that represents the metadata of a module to module edge in the inspector.
- Inheritance
-
- Object
- EdgeMetadata
- ModuleToModuleEdgeMetadata
Constructors
- ModuleToModuleEdgeMetadata({required InjectionToken sourceModuleName, required InjectionToken targetModuleName})
-
Creates a new instance of ModuleToModuleEdgeMetadata.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceModuleName → InjectionToken
-
The name of the module that this edge points from. This is used to identify the module in the tree.
finalinherited
- targetModuleName → InjectionToken
-
The name of the module that this edge points to. This is used to identify the module in the tree.
finalinherited
- type → String
-
The type of the edge. This is used to display the edge in the tree.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the EdgeMetadata to a JSON object.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited