languageIds property

List<String>? get languageIds

All language identifiers for which this configuration is defined.

Implementation

_i2.List<_i2.String>? get languageIds => (_i5.getProperty(
      this,
      'languageIds',
    ) as _i2.List?)
        ?.cast();
set languageIds (List<String>? value)

Implementation

set languageIds(_i2.List<_i2.String>? value) {
  _i5.setProperty(
    this,
    'languageIds',
    value ?? _i6.undefined,
  );
}