didDocument property Null safety

Rx<DIDDocument> didDocument
final

Returns the curret active account's DIDDocument. This value is set on account authorization, and can be refreshed with the refresh method.

   print(MotorFlutter.to.didDocument.value.id); // Prints did:snr:abc123

See also:

Implementation

final didDocument = DIDDocument().obs;