lastUpdatedByuserId property

  1. @TagNumber.new(7)
String get lastUpdatedByuserId

Implementation

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

Implementation

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