명령어 처리를 위한 데이터소스 인터페이스
- 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
-
createArgParser(
) → ArgParser - ArgParser 인스턴스를 생성합니다.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseArguments(
List< String> arguments, ArgParser parser) → ArgResults - 명령어 인수를 파싱합니다.
-
printUsage(
ArgParser parser) → void - 사용법을 출력합니다.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited