returnValues property

Set<String> get returnValues

Returns values of the agent.

Implementation

Set<String> get returnValues {
  return const {agentReturnKey};
}