did property

  1. @override
String get did
override

Implementation

@override
String get did {
  _did ??= 'vec ${child.did}';
  return _did!;
}