cast<U> method

NEResult<U> cast<U>()

Implementation

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