RecognitionResponseMetadata constructor
RecognitionResponseMetadata({
- Duration? totalBilledDuration,
Implementation
factory RecognitionResponseMetadata({
$5.Duration? totalBilledDuration,
}) {
final $result = create();
if (totalBilledDuration != null) {
$result.totalBilledDuration = totalBilledDuration;
}
return $result;
}