operator - method

double operator -(
  1. Timestamp other
)

Subtracts the

Implementation

double operator -(Timestamp other) => (seconds - other.seconds).toDouble();