bundle property

Object? get bundle

The bundle of localized strings that have 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

_i2.Object? get bundle => _i3.getProperty(
      this,
      'bundle',
    );