action property

  1. @TagNumber(10)
String action

Implementation

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

Implementation

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