AdResponse constructor
AdResponse({
- required WatchAdStatus status,
- String message = '',
- dynamic data,
Implementation
AdResponse({
required this.status,
this.message = '',
this.data,
});