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