hasField method
- int tagNumber
inherited
Returns true
if this message has a field associated with tagNumber
.
Implementation
bool hasField(int tagNumber) => _fieldSet._hasField(tagNumber);
Returns true
if this message has a field associated with tagNumber
.
bool hasField(int tagNumber) => _fieldSet._hasField(tagNumber);