isDagCbor property
bool
get
isDagCbor
Returns true if this codec is dag-cbor (0x71), otherwise false.
Implementation
bool get isDagCbor => code == 0x71;
Returns true if this codec is dag-cbor (0x71), otherwise false.
bool get isDagCbor => code == 0x71;