method property

  1. @TagNumber.new(1)
String get method

Define a GRPC-method as condition. Before a response is returned to the client from this method, the execution is triggered.

Implementation

@$pb.TagNumber(1)
$core.String get method => $_getSZ(0);
  1. @TagNumber.new(1)
set method (String value)

Implementation

@$pb.TagNumber(1)
set method($core.String value) => $_setString(0, value);