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