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