didUrl property Null safety
This getter method returns the current version of the underlying accounts DIDDocument id. This is NOT a reactive variable.
print(MotorFlutter.to.didUrl); // prints 'did:snr:abc123#v1'
See also:
Implementation
String get didUrl => to.didDocument.value.id;