Package class

A class representing a package within a multi-packages app

Constructors

Package({String? name, String? relativePath})
Creates a new Package instance. Either name or relativePath must be provided.

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
This is the name of the package as defined in the pubspec.yaml file
final
relativePath String?
This is the path to the package relative to where the test is run from.
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
toString() String
A string representation of this object.
inherited

Operators

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