framework property
Framework that actually performed the generation. Optional because some C ABI paths don't surface it.
Implementation
@$pb.TagNumber(9)
$core.String get framework => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set framework($core.String value) => $_setString(8, value);