FileIODetails constructor

FileIODetails({
  1. String? filePattern,
})

Implementation

FileIODetails({
  this.filePattern,
});