ProjectDataSource class abstract interface

프로젝트 구조 정보에 접근하기 위한 데이터소스 인터페이스

Implementers

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이 있는 디렉토리)를 찾습니다.
getPackageName(String projectRoot) String
패키지명을 추출합니다.
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