actionName property

  1. @TagNumber(36)
String get actionName

@doc The name of this action.

Implementation

@$pb.TagNumber(36)
$core.String get actionName => $_getSZ(35);
  1. @TagNumber(36)
set actionName (String value)

Implementation

@$pb.TagNumber(36)
set actionName($core.String value) => $_setString(35, value);