Spec-Zone.ru › Dart 2

dart:io

Тип сущности файловой системы

Тип сущности в файловой системе, например, файла, каталога или ссылки.

Эти константы используются классом FileSystemEntity для указания типа объекта.

Свойства

hashCode → int
только для чтения, унаследовано
Код хеширования этого объекта.
runtimeType → Type
только для чтения, унаследовано
Представление типа объекта во время выполнения.

Методы

noSuchMethod(Invocation invocation) → dynamic
унаследовано
Вызывается при доступе к несуществующему методу или свойству.
toString() → String
переопределено
Строковое представление этого объекта.

Операторы

operator ==(Object other) → bool
унаследовано
Оператор равенства.

Константы

directory → const FileSystemEntityType
const FileSystemEntityType._internal(1)
file → const FileSystemEntityType
const FileSystemEntityType._internal(0)
link → const FileSystemEntityType
const FileSystemEntityType._internal(2)
NOT_FOUND → const FileSystemEntityType
@Deprecated("Use notFound instead")
notFound
notFound → const FileSystemEntityType
const FileSystemEntityType._internal(5)
pipe → const FileSystemEntityType
const FileSystemEntityType._internal(4)
unixDomainSock → const FileSystemEntityType
const FileSystemEntityType._internal(3)

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-io/FileSystemEntityType-class.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API