duration property
The calculated duration of the frame.
Implementation
late final Duration duration = endTimestamp.difference(startTimestamp);
The calculated duration of the frame.
late final Duration duration = endTimestamp.difference(startTimestamp);