endedTimestamp property

  1. @JsonKey.new(includeIfNull: false, name: 'ended_timestamp')
DateTime? endedTimestamp
final

The ISO 8601 timestamp of when the call ended

Implementation

@JsonKey(includeIfNull: false, name: 'ended_timestamp')
final DateTime? endedTimestamp;