contentChanged property
If the content was changed and not only the attributes, contentChanged
is true
.
Implementation
@override
bool get contentChanged => fileSystemModifyEvent.contentChanged;
If the content was changed and not only the attributes, contentChanged
is true
.
@override
bool get contentChanged => fileSystemModifyEvent.contentChanged;