FlashDocument constructor

FlashDocument({
  1. String docPath = "",
  2. String mimeType = "application/octet-stream",
})

Implementation

FlashDocument({
  this.docPath = "",
  this.mimeType = "application/octet-stream",
});