LibraryGeneration constructor
LibraryGeneration(
- GenerationOptions options,
- String? context,
- String locale,
- List<
MessageWithMetadata> messages, - Map<
String, ({String hasch, String path})> localeToResourceInfo,
Implementation
LibraryGeneration(
this.options,
this.context,
this.locale,
this.messages,
this.localeToResourceInfo,
);