action property

  1. @TagNumber(3)
String action

Implementation

@$pb.TagNumber(3)
$core.String get action => $_getSZ(2);
  1. @TagNumber(3)
void action=(String v)

Implementation

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