EventDetailModelResponse constructor
- {int? code,
- String? status,
- String? message,
- EventListDetail? data}
Implementation
EventDetailModelResponse({
this.code,
this.status,
this.message,
this.data,
});
EventDetailModelResponse({
this.code,
this.status,
this.message,
this.data,
});