id property

String id

A unique and persistent identifier for the device or blank if no such identifier is available.

Implementation

String get id => _object.getStringProperty(_driveInterfaceName, 'Id') ?? '';