NetworkServiceResponse<T> constructor

NetworkServiceResponse<T>({
  1. T? content,
  2. bool? success,
  3. String? message,
})

Implementation

NetworkServiceResponse({this.content, this.success, this.message});