isNotDeclaration property

bool get isNotDeclaration

Returns true if this uri is not com.germnetwork.declaration, otherwise false.

Implementation

bool get isNotDeclaration => !isDeclaration;