loading property

bool loading
getter/setter pair

Loading localization data is async, so check this to prevent concurrent loading.

Implementation

bool loading = false;