operator < method Null safety
- Duration other
Whether this Duration is shorter than other
.
Implementation
bool operator <(Duration other) => this._duration < other._duration;
Whether this Duration is shorter than other
.
bool operator <(Duration other) => this._duration < other._duration;