OpenFile constructor
Implementation
OpenFile({
required this.id,
required this.name,
required this.readBytes,
required this.writeBytes,
required this.readCount,
required this.writeCount,
required this.lastReadTime,
required this.lastWriteTime,
});