action property

  1. @TagNumber(5)
String get action

"detach" or "replace".

Implementation

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

Implementation

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