operator < method

bool operator <(
  1. DateTime o
)

Implementation

bool operator<(DateTime o) => this.isBefore(o);