step property

ChatReportStep step
getter/setter pair

The current step in the report flow.

Starts at ChatReportStep.reason and moves to ChatReportStep.user after a reason is selected.

Implementation

ChatReportStep step = ChatReportStep.reason;