actionComponentKey property

  1. @TagNumber(3)
String get actionComponentKey

Implementation

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

Implementation

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