clientFamilyCode property
Stores the family code as given by the client
Implementation
@$pb.TagNumber(25)
$core.String get clientFamilyCode => $_getSZ(14);
Implementation
@$pb.TagNumber(25)
set clientFamilyCode($core.String value) => $_setString(14, value);