UssdResponse constructor
UssdResponse({
- required String message,
- required UssdSessionState state,
Implementation
UssdResponse({required this.message, required this.state});