isDagPb property
bool
get
isDagPb
Returns true if this codec is dag-pb, otherwise false.
Implementation
bool get isDagPb => this == Multicodec.dagPb;
Returns true if this codec is dag-pb, otherwise false.
bool get isDagPb => this == Multicodec.dagPb;