isNotDagCbor property

bool get isNotDagCbor

Returns true if this codec is not dag-cbor, otherwise false.

Implementation

bool get isNotDagCbor => !isDagCbor;