restaurantEmployeeId property

  1. @TagNumber.new(2)
String get restaurantEmployeeId

Implementation

@$pb.TagNumber(2)
$core.String get restaurantEmployeeId => $_getSZ(1);
  1. @TagNumber.new(2)
set restaurantEmployeeId (String v)

Implementation

@$pb.TagNumber(2)
set restaurantEmployeeId($core.String v) { $_setString(1, v); }