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