isDagPb property
bool
get
isDagPb
Returns true if this codec is dag-pb (0x70), otherwise false.
Implementation
bool get isDagPb => code == 0x70;
Returns true if this codec is dag-pb (0x70), otherwise false.
bool get isDagPb => code == 0x70;