isNotDeclaration property
bool
get
isNotDeclaration
Returns true if this uri is not com.germnetwork.declaration, otherwise false.
Implementation
bool get isNotDeclaration => !isDeclaration;
Returns true if this uri is not com.germnetwork.declaration, otherwise false.
bool get isNotDeclaration => !isDeclaration;