APIResponse<T> constructor
const
APIResponse<T> (})
Implementation
const APIResponse(
this.success,
this.message,
this.statusCode, {
this.errors,
this.body,
this.value,
this.headers = const {},
});