aOS method
Adds PbFieldType.OS String with no default value to reduce generated code size.
Implementation
void aOS(int tagNumber, String name, {String? protoName}) {
add<String>(
tagNumber,
name,
PbFieldType.OS,
null,
null,
null,
null,
protoName: protoName,
);
}