namedId property

String get namedId
inherited

Per-type unique String identifier, auto-assigned in the constructor. Defaults to <runtimeType>_<id>.

Implementation

String get namedId => _namedId;