numeric property
RelativeTimeFormatNumeric?
get
numeric
The format of output message.
Implementation
_i3.RelativeTimeFormatNumeric? get numeric => switch (_i5.getProperty(
this,
'numeric',
)) {
_i2.String name =>
_i3.RelativeTimeFormatNumericOptions.values.byName(name),
_ => null
};
set
numeric
(RelativeTimeFormatNumeric? value)
Implementation
set numeric(_i3.RelativeTimeFormatNumeric? value) {
_i5.setProperty(
this,
'numeric',
value?.name ?? _i4.undefined ?? _i4.undefined,
);
}