ProjectDataSourceImpl class
프로젝트 구조 정보 접근 구현체
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
findProjectRoot(
) → String -
프로젝트 루트 디렉토리(pubspec.yaml이 있는 디렉토리)를 찾습니다.
override
-
getPackageName(
String projectRoot) → String -
패키지명을 추출합니다.
override
-
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