Movatterモバイル変換


[0]ホーム

URL:


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

FileSystemModifyEvent classfinal

File system event for modifications of file system objects.

Inheritance

Constructors

FileSystemModifyEvent(Stringpath,boolisDirectory,boolcontentChanged)
Constructs a newFileSystemModifyEvent.

Properties

contentChangedbool
If the content was changed and not only the attributes,contentChangedistrue.
final
hashCodeint
The hash code for this object.
no setterinherited
isDirectorybool
Whether the event target is a directory.
finalinherited
pathString
The path that triggered the event.
finalinherited
runtimeTypeType
A representation of the runtime type of the object.
no setterinherited
typeint
The type of event. SeeFileSystemEvent for a list of events.
finalinherited

Methods

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

Operators

operator ==(Objectother)bool
The equality operator.
inherited
  1. Dart
  2. dart:io
  3. FileSystemModifyEvent class
dart:io library

[8]ページ先頭

©2009-2025 Movatter.jp