method property
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);
Implementation
@$pb.TagNumber(1)
set method($core.String value) => $_setString(0, value);