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