hasDidDoc property

bool get hasDidDoc

Returns true if didDoc is not null, otherwise false.

Implementation

bool get hasDidDoc => didDoc != null;