isDeclaration property

bool get isDeclaration

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

Implementation

bool get isDeclaration =>
    collection.toString() == 'com.germnetwork.declaration';