supportedLocalesOf property

List<String> Function(Object, [CollatorOptions?]) get supportedLocalesOf

Implementation

static _i2.List<_i2.String> Function(
  _i2.Object, [
  _i3.CollatorOptions?,
]) get supportedLocalesOf => (
      _i2.Object p0, [
      _i3.CollatorOptions? p1,
    ]) =>
        ((_i5.callMethod(
          _i5.getProperty(
            _i6.target12,
            'supportedLocalesOf',
          ),
          r'call',
          [
            _i6.target12,
            p0,
            p1 ?? _i4.undefined,
          ],
        )) as _i2.List)
            .cast();
set supportedLocalesOf (List<String> value(Object, [CollatorOptions?]))

Implementation

static set supportedLocalesOf(
    _i2.List<_i2.String> Function(
      _i2.Object, [
      _i3.CollatorOptions?,
    ]) value) {
  _i5.setProperty(
    _i6.target12,
    'supportedLocalesOf',
    _i5.allowInterop(value),
  );
}