uri property

Uri? get uri

The URI of the localization bundle that has been loaded for the extension. It's undefined if no bundle has been loaded. The bundle is typically not loaded if there was no bundle found or when we are running with the default language.

Implementation

_i5.Uri? get uri => _i3.getProperty(
      this,
      'uri',
    );