NetworkResponse constructor
NetworkResponse({
- required Response response,
- dynamic data,
Implementation
NetworkResponse({required this.response, this.data});
NetworkResponse({required this.response, this.data});