TimeWrapper class abstract

Implementers

Constructors

TimeWrapper()

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

compareTo(TimeWrapper compare) int
decrease(Duration value) TimeWrapper
difference(TimeWrapper compare) Duration
format({DateFormat? formatter}) String
increase(Duration value) TimeWrapper
isAfter(TimeWrapper wrapper, {bool alsoEqual = true}) bool
isBefore(TimeWrapper wrapper, {bool alsoEqual = true}) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDateTime({TimeStamp? filler}) DateTime
toString() String
A string representation of this object.
inherited

Operators

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