code property

  1. @TagNumber.new(21)
String get code

@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);
  1. @TagNumber.new(21)
set code (String value)

Implementation

@$pb.TagNumber(21)
set code($core.String value) => $_setString(8, value);