fromTs property

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

Implementation

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

Implementation

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