isDagPb property

bool get isDagPb

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

Implementation

bool get isDagPb => this == Multicodec.dagPb;