addExtension method
Adds an extension field value to a repeated field.
The backing List will be created if necessary. If the list already exists, the old extension won't be overwritten.
Implementation
void addExtension(Extension extension, Object? value) =>
_fieldSet.addExtension(extension, value);