AtomicResponse<T> constructor
const
AtomicResponse<T> ({})
Implementation
const AtomicResponse({
required this.statusCode,
required this.headers,
required this.body,
required this.isSuccess,
this.data,
this.rawData,
});