Response<T extends Serializable> constructor
Response<T extends Serializable> ({})
Implementation
Response({
this.data,
this.resultCode,
this.resultMessage,
this.exception,
});