FileDataManagerEvent constructor

FileDataManagerEvent(
  1. String type,
  2. String path
)

Create a new FileDataManagerEvent.

Implementation

FileDataManagerEvent(super.type, this.path);