alphanum4 property
Optional in case of non-native asset; the asset alphanum4 code.
Implementation
@$pb.TagNumber(2)
$core.String get alphanum4 => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set alphanum4($core.String v) {
$_setString(1, v);
}