id property

  1. @override
String? get id
override

Implementation

@override
String? get id {
  _id ??= key.did;
  return _id!;
}