FileSystemDataSourceImpl class

파일 시스템 액세스 구현체

Implemented types

Constructors

FileSystemDataSourceImpl()

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
디렉토리가 없으면 생성합니다.
override
createFile({required String path, required String content}) → void
파일을 생성합니다.
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