aOB method
Adds a boolean with no default value.
Implementation
void aOB(int tagNumber, String name, {String? protoName}) {
add<bool>(
tagNumber,
name,
PbFieldType.OB,
null,
null,
null,
null,
protoName: protoName,
);
}