resolvedOptions property
ResolvedDateTimeFormatOptions Function()
get
resolvedOptions
Implementation
_i3.ResolvedDateTimeFormatOptions Function() get resolvedOptions =>
() => _i5.callMethod(
_i5.getProperty(
this,
'resolvedOptions',
),
r'call',
[this],
);
set
resolvedOptions
(ResolvedDateTimeFormatOptions value())
Implementation
set resolvedOptions(_i3.ResolvedDateTimeFormatOptions Function() value) {
_i5.setProperty(
this,
'resolvedOptions',
_i5.allowInterop(value),
);
}