supportedLocalesOf property
Implementation
static _i2.List<_i2.String> Function(
_i2.Object, [
_i2.dynamic,
]) get supportedLocalesOf => (
_i2.Object p0, [
_i2.dynamic p1,
]) =>
((_i5.callMethod(
_i5.getProperty(
_i6.target20,
'supportedLocalesOf',
),
r'call',
[
_i6.target20,
p0,
p1 ?? _i4.undefined,
],
)) as _i2.List)
.cast();
Implementation
static set supportedLocalesOf(
_i2.List<_i2.String> Function(
_i2.Object, [
_i2.dynamic,
]) value) {
_i5.setProperty(
_i6.target20,
'supportedLocalesOf',
_i5.allowInterop(value),
);
}