style property
RelativeTimeFormatStyle
get
style
Implementation
_i3.RelativeTimeFormatStyle get style =>
_i3.RelativeTimeFormatStyleOptions.values.byName(_i5.getProperty(
this,
'style',
));
set
style
(RelativeTimeFormatStyle value)
Implementation
set style(_i3.RelativeTimeFormatStyle value) {
_i5.setProperty(
this,
'style',
value.name,
);
}