pinCode property
@optional
@description The standardized postal index number or geographic ZIP routing code.
@example "78701"
@regex .*
@format String value, can be empty.
Implementation
@$pb.TagNumber(36)
$core.String get pinCode => $_getSZ(17);
Implementation
@$pb.TagNumber(36)
set pinCode($core.String value) => $_setString(17, value);