RegularFile constructor
RegularFile({
- FileReference? content,
- String? devicePath,
Implementation
RegularFile({
this.content,
this.devicePath,
});
RegularFile({
this.content,
this.devicePath,
});