numeric property
RelativeTimeFormatNumeric
get
numeric
Implementation
_i3.RelativeTimeFormatNumeric get numeric =>
_i3.RelativeTimeFormatNumericOptions.values.byName(_i5.getProperty(
this,
'numeric',
));
set
numeric
(RelativeTimeFormatNumeric value)
Implementation
set numeric(_i3.RelativeTimeFormatNumeric value) {
_i5.setProperty(
this,
'numeric',
value.name,
);
}