relativeTo method

String relativeTo(
  1. Hora other, {
  2. RelativeTimeConfig config = RelativeTimeConfig.defaultConfig,
})

Gets the relative time to another date.

Implementation

String relativeTo(
  Hora other, {
  RelativeTimeConfig config = RelativeTimeConfig.defaultConfig,
}) =>
    other.relativeFrom(this, config: config);