RegularFile constructor

RegularFile({
  1. FileReference? content,
  2. String? devicePath,
})

Implementation

RegularFile({
  this.content,
  this.devicePath,
});