ArbFile constructor
ArbFile({})
Implementation
ArbFile({
required this.locale,
required this.entries,
this.fileMetadata = const {},
this.orphanMetadata = const {},
this.entryLines = const {},
this.sourcePath,
});