kind property

  1. @override
String? kind
override

Returns the string 'audio' if this object represents an audio track or 'video' if this object represents a video track.

Implementation

@override
String? get kind => jsTrack.kind;