isicCode property
/ ISIC code from the chosen classification (string; may keep leading zeros).
Implementation
@$pb.TagNumber(18)
$core.String get isicCode => $_getSZ(17);
Implementation
@$pb.TagNumber(18)
set isicCode($core.String v) { $_setString(17, v); }