ThreadArchiveTime class Null safety
Simplifies the process of setting an auto archive time.
Constructors
- ThreadArchiveTime(int value)
-
Creates an instance of ThreadArchiveTime
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited
Constants
- day → const ThreadArchiveTime
-
Archive after an day
ThreadArchiveTime(1440)
- hour → const ThreadArchiveTime
- Archive after an hour
- threeDays → const ThreadArchiveTime
-
Archive after 3 days
ThreadArchiveTime(4320)
- week → const ThreadArchiveTime
-
Archive after an week
ThreadArchiveTime(10080)