code property
@optional
@description Exact match for the unique alphanumeric identifier.
@example "TECH_SUP_01"
@regex .*
@format May contain any UTF-8 characters or be left empty.
Implementation
@$pb.TagNumber(21)
$core.String get code => $_getSZ(8);
Implementation
@$pb.TagNumber(21)
set code($core.String value) => $_setString(8, value);