employeeUuid property

  1. @TagNumber.new(211)
String get employeeUuid

Stores the UUID of the employee

Implementation

@$pb.TagNumber(211)
$core.String get employeeUuid => $_getSZ(7);
  1. @TagNumber.new(211)
set employeeUuid (String value)

Implementation

@$pb.TagNumber(211)
set employeeUuid($core.String value) => $_setString(7, value);