duration property

  1. @JsonKey(name: 'duration')
int? duration
final

Call duration of the local user in seconds, represented by an aggregate value.

Implementation

@JsonKey(name: 'duration')
final int? duration;