menu
rover_dashboard
data.dart
TimestampUtils
operator - method
operator -
dark_mode
light_mode
description
operator -
method
double
operator -
(
Timestamp
other
)
Subtracts the
Implementation
double operator -(Timestamp other) => (seconds - other.seconds).toDouble();
rover_dashboard
data
TimestampUtils
operator - method
TimestampUtils extension on
Timestamp