isDagCbor property

bool get isDagCbor

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

Implementation

bool get isDagCbor => this == Multicodec.dabCbor;