mediaCompatibility property

List<String> mediaCompatibility

The physical kind of media the drive uses or the type of the drive or blank if unknown.

Implementation

List<String> get mediaCompatibility =>
    _object.getStringArrayProperty(
        _driveInterfaceName, 'MediaCompatibility') ??
    [];