FileChange constructor

FileChange(
  1. FileSystemEntity entity,
  2. ChangeKind kind
)

Implementation

FileChange(this.entity, this.kind);