ProjectInfo class

Constructors

ProjectInfo({bool isFlutterProject = false, required String rootDir, required Set<PackageInfo> packages, String? name, bool hasPubspec = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
hasPubspec bool
final
isFlutterProject bool
是否为Flutter项目,否则为Dart项目
final
name String?
final
packages Set<PackageInfo>
final
rootDir String
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