FileIDE constructor
const
FileIDE({})
Implementation
const FileIDE({
Key? key,
required this.id,
required this.ext,
required this.name,
required this.content,
required this.hasRegion,
required this.region,
});