ApplyFileSystem constructor

const ApplyFileSystem({
  1. void onEvent(
    1. ApplyFileEvent event,
    2. String path
    )?,
})

Implementation

const ApplyFileSystem({this.onEvent});