MRestResponse<T>.success constructor
MRestResponse<T>.success (
- T result
Implementation
MRestResponse.success(T result) {
success = true;
this.result = result;
}
MRestResponse.success(T result) {
success = true;
this.result = result;
}