AlertTabState constructor

AlertTabState(
  1. String state
)

Implementation

AlertTabState(String state) {
  stateName = createStateName(state);
}