GetNetworkResponse constructor Null safety

GetNetworkResponse(
  1. Map<String, dynamic> jsonResponse
)

Implementation

GetNetworkResponse(Map<String, dynamic> jsonResponse) : super(jsonResponse);