Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:io
  3. FileSystemEvent class
FileSystemEvent
description

FileSystemEvent classsealed

Base event class emitted byFileSystemEntity.watch.

Implementers

Properties

hashCodeint
The hash code for this object.
no setterinherited
isDirectorybool
Whether the event target is a directory.
final
pathString
The path that triggered the event.
final
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
typeint
The type of event. SeeFileSystemEvent for a list of events.
final

Methods

noSuchMethod(Invocationinvocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString()String
A string representation of this object.
inherited

Operators

operator ==(Objectother)bool
The equality operator.
inherited

Constants

all→ constint
Bitfield forFileSystemEntity.watch, for enabling all ofcreate,modify,delete andmove.
create→ constint
Bitfield forFileSystemEntity.watch, to enableFileSystemCreateEvents.
delete→ constint
Bitfield forFileSystemEntity.watch, to enableFileSystemDeleteEvents.
modify→ constint
Bitfield forFileSystemEntity.watch, to enableFileSystemModifyEvents.
move→ constint
Bitfield forFileSystemEntity.watch, to enableFileSystemMoveEvents.
  1. Dart
  2. dart:io
  3. FileSystemEvent class
dart:io library

[8]ページ先頭

©2009-2025 Movatter.jp