contentChanged property

  1. @override
bool get contentChanged
override

If the content was changed and not only the attributes, contentChanged is true.

Implementation

@override
bool get contentChanged => fileSystemModifyEvent.contentChanged;