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 value) => $_setString(17, value);