toTs property

  1. @JsonKey(name: 'to_ts', fromJson: WhisperTranscribeSegment._durationFromInt)
Duration get toTs
inherited

Implementation

@JsonKey(name: 'to_ts', fromJson: WhisperTranscribeSegment._durationFromInt)
Duration get toTs => throw _privateConstructorUsedError;
  1. @JsonKey(name: 'to_ts', fromJson: WhisperTranscribeSegment._durationFromInt)
set toTs (Duration value)
inherited

Implementation

@JsonKey(name: 'to_ts', fromJson: WhisperTranscribeSegment._durationFromInt)
set toTs(Duration value) => throw _privateConstructorUsedError;