cast<U> method
Implementation
NEResult<U> cast<U>() => NEResult<U>(
code: code, msg: msg, data: null, requestId: requestId, cost: cost);
NEResult<U> cast<U>() => NEResult<U>(
code: code, msg: msg, data: null, requestId: requestId, cost: cost);