id property

String get id

Unique identifier for the backup.

This id is passed back to your extension in openCustomDocument when opening a custom editor from a backup.

Implementation

_i2.String get id => _i5.getProperty(
      this,
      'id',
    );