LibraryGeneration constructor

LibraryGeneration(
  1. GenerationOptions options,
  2. String? context,
  3. String locale,
  4. List<MessageWithMetadata> messages,
  5. Map<String, ({String hasch, String path})> localeToResourceInfo,
)

Implementation

LibraryGeneration(
  this.options,
  this.context,
  this.locale,
  this.messages,
  this.localeToResourceInfo,
);