InnoSetupLanguage.custom constructor

const InnoSetupLanguage.custom(
  1. String name,
  2. File file
)

Define a custom language name with it's file.

Implementation

const InnoSetupLanguage.custom(this.name, this.file);