hasField method

bool hasField(
  1. int tagNumber
)

Implementation

bool hasField(int tagNumber) => _fields.containsKey(tagNumber);