step property
The current step in the report flow.
Starts at ReportStep.reason and moves to ReportStep.user after a reason is selected.
Implementation
ReportStep step = ReportStep.reason;
The current step in the report flow.
Starts at ReportStep.reason and moves to ReportStep.user after a reason is selected.
ReportStep step = ReportStep.reason;