Response<ItemType> constructor
const
Response<ItemType> ({})
Implementation
const Response({
this.result,
this.error,
required this.code,
this.headers,
this.fromDatabase = false,
});