DurationPureExtensions extension

on

Properties

days int
Human days representation (0 -> ...)
no setter
hours int
Human hours representation (0 -> 24)
no setter
microseconds int
Human microseconds representation (0 -> 999)
no setter
milliseconds int
Human milliseconds representation (0 -> 999)
no setter
minutes int
Human minutes representation (0 -> 59)
no setter
seconds int
Human seconds representation (0 -> 59)
no setter

Methods

copyWith({int? days, int? hours, int? minutes, int? seconds, int? milliseconds, int? microseconds}) Duration
Copy this with new values
rebuild(void updates(DurationBuilder b)) Duration
Update this by DurationBuilder
toBuilder() DurationBuilder
Converts this in builder