BaseRequest<T> constructor
BaseRequest<T> ({})
Implementation
BaseRequest({
required this.url,
required this.fromJson,
this.shouldPrintErrors = false,
this.shouldPrintStackTrace = false,
});