hasValue method

bool hasValue(
  1. int tag
)

Implementation

bool hasValue(int tag) {
  return tlvData.containsKey(tag);
}