AlertAction constructor
AlertAction({
- required AlertActionType type,
- required AlertProperties props,
Implementation
AlertAction({
required this.type,
required this.props,
});