laterDate method

DateTime laterDate(
  1. DateTime other
)

Implementation

DateTime laterDate(DateTime other) => isBefore(other) ? other : this;