파일 시스템 액세스를 위한 데이터소스 인터페이스
- 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
-
createDirectoryIfNotExists(
{required String path}) → void - 디렉토리가 없으면 생성합니다.
-
createFile(
{required String path, required String content}) → void - 파일을 생성합니다.
-
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