Response constructor
const
Response({
- required Gateway gateway,
- required PhoneNumber to,
- required bool success,
- required Response response,
Implementation
const Response({
required this.gateway,
required this.to,
required this.success,
required this.response,
});