id property
String
get
id
The identifier of this notebook controller.
Note that controllers are remembered by their identifier and that extensions should use stable identifiers across sessions.
Implementation
_i2.String get id => _i5.getProperty(
this,
'id',
);