relativeTo method
Gets the relative time to another date.
Implementation
String relativeTo(
Hora other, {
RelativeTimeConfig config = RelativeTimeConfig.defaultConfig,
}) =>
other.relativeFrom(this, config: config);
Gets the relative time to another date.
String relativeTo(
Hora other, {
RelativeTimeConfig config = RelativeTimeConfig.defaultConfig,
}) =>
other.relativeFrom(this, config: config);