totalTime property

  1. @JsonKey(name: 'total_time', fromJson: TautulliUtilities.secondsDurationFromJson)
Duration? totalTime
final

The total time this user has streamed content.

Implementation

@JsonKey(name: 'total_time', fromJson: TautulliUtilities.secondsDurationFromJson)
final Duration? totalTime;