actionName property

  1. @TagNumber(4)
String get actionName

@doc The name of the upload data action. Used to identify the FFUploadDataAction.

Implementation

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

Implementation

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