Converts a Duration to seconds for JSON encoding.
int jsonEncodeDurationInSeconds(final Duration duration) => duration.inSeconds;