isNotDagCbor property
bool
get
isNotDagCbor
Returns true if this codec is not dag-cbor, otherwise false.
Implementation
bool get isNotDagCbor => !isDagCbor;
Returns true if this codec is not dag-cbor, otherwise false.
bool get isNotDagCbor => !isDagCbor;