GenericResponse<T> constructor

GenericResponse<T>({
  1. Result? result,
  2. T? data,
})

Implementation

GenericResponse({this.result, this.data});