FilePickerReadDirMsg constructor

const FilePickerReadDirMsg(
  1. int id,
  2. List<FileSystemEntity> entries
)

Implementation

const FilePickerReadDirMsg(this.id, this.entries);