import property

Import? import
final

Import the language fields from a json file Example: Import(locale: "en_US", path: "lib/lang/imports/en_US.json") If the source file is not empty, new languages are added based on the existing keys. If the source file is empty, the keys from the imported file are used.

Implementation

final Import? import;