cassetteName property

String? cassetteName

Get the name of the current Cassette, or null if there is no cassette.

Implementation

String? get cassetteName => _currentCassette?.name;