DurationUtil class

Constructors

DurationUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

add(Duration? a, Duration? b, {bool nullIsZero = false}) Duration?
equal(Duration? a, Duration b) bool?
gt(Duration? a, Duration b) bool?
gte(Duration? a, Duration b) bool?
lt(Duration? a, Duration b) bool?
lte(Duration? a, Duration b) bool?
max(Duration? a, Duration? b, {bool ignoreNull = true}) Duration?
min(Duration? a, Duration? b, {bool ignoreNull = true}) Duration?
substract(Duration? a, Duration? b, {bool nullIsZero = false}) Duration?