isNotDagPb property

bool get isNotDagPb

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

Implementation

bool get isNotDagPb => !isDagPb;