activeTimesheetId property

  1. @TagNumber.new(3)
String get activeTimesheetId

Implementation

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

Implementation

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