Returns an iterator of variable names in the state. @return A future of an iterator over all variable names in the state.
()
| 92 | * @return A future of an iterator over all variable names in the state. |
| 93 | */ |
| 94 | Future<Iterator<String>> names(); |
| 95 | } |
no outgoing calls