NetworkResponse<T> constructor

NetworkResponse<T>({
  1. T? data,
  2. int? code,
})

Implementation

NetworkResponse({this.data, this.code});