FilePickerErrorMsg constructor

const FilePickerErrorMsg(
  1. int id,
  2. String error
)

Implementation

const FilePickerErrorMsg(this.id, this.error);