hasNotDidDoc property

bool get hasNotDidDoc

Returns true if didDoc is null, otherwise false.

Implementation

bool get hasNotDidDoc => !hasDidDoc;