safe property

bool safe
final

Signals if the Action is safe (=true) or not.

Used to signal if there is no internal state (cf. resource state) is changed when invoking an Action. In that case responses can be cached as example.

Implementation

final bool safe;