hasDidDoc property
bool
get
hasDidDoc
Returns true if didDoc
is not null, otherwise false.
Implementation
bool get hasDidDoc => didDoc != null;
Returns true if didDoc
is not null, otherwise false.
bool get hasDidDoc => didDoc != null;