AlertTabState constructor
AlertTabState(
- String state
Implementation
AlertTabState(String state) {
stateName = createStateName(state);
}
AlertTabState(String state) {
stateName = createStateName(state);
}